From 660af2805e191d4c294504cb77250a1491b92145 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 25 Mar 2025 17:18:40 -0400 Subject: [PATCH] ttttyyyypppppeeeee ssssslllloooowwwweeeerrrrrr for accuracy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2aee03b..8a47e57 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ pipeline { withCredentials([sshUserPrivateKey(credentialsId: env.linuxServiceAccountID, keyFileVariable: 'PK')]) { sh """#!/bin/bash - ssh -i \"${PK}\" -tt ${linuxServiceAccount_USR}@${targetHost} 'systemctl --user stop vassgo' + ssh -i \"${PK}\" -tt ${linuxServiceAccount_USR}@${targetHost} 'systemctl --user stop vassago' """ } }