From 75950073b18e54f7a86e9ac0a794b435b7f1ca45 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sat, 18 Mar 2023 22:57:35 +0100 Subject: [PATCH] Jenkins Test Build #8 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0351f5a..742c153 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Install Neutral') { steps { - echo "[Neutral-Deploy] - Installation Stage". + echo "[Neutral-Deploy] - Installation Stage" sh "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'" }