From 28e6a05863bcdf1f5732d24a0542bb6b82d02357 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sat, 18 Mar 2023 22:52:14 +0100 Subject: [PATCH] Jenkins Test Build #3 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 05c97a8..11457ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,13 +5,13 @@ pipeline { stage('Install Neutral') { steps { echo "[Neutral-Deploy] - Installation Stage". - ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'.execute() + "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute() } } stage('Test Neutral') { steps { echo "[Neutral-Deploy] - Test Stage" - ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'.execute() + "ssh -i /home/raphix/sshkey/alpha raphix@alpha.raphix.fr 'pwd'".execute() } } stage('Deploy Neutral') {