diff --git a/Jenkinsfile b/Jenkinsfile index f5224e1..802e3c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('[Neutral] - Check Version') { steps { script { - def commit_name = sh "ssh raphix@raphix.fr sudo -S -u gitlab-ci git log -1 --pretty=%B" + def commit_name = sh "ssh raphix@raphix.fr sudo -S -u gitlab-ci cd /neutral/ && git log -1 --pretty=%B" if(commit_name.contains("@")) { echo "[Neutral] - Deployement version reconnu"