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'" }