diff --git a/Jenkinsfile b/Jenkinsfile index 2fbacc4..34529a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { stage('Deploy Neutral') { steps { echo "[Neutral-Deploy] - Deploy Stage" - sh "ssh raphix@raphix.fr 'pwd'" + sh "ssh raphix@raphix.fr 'echo Test'" } } }