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') {