From 790f916372e627c12b169377128409a14502077d Mon Sep 17 00:00:00 2001 From: Raphix Date: Sun, 19 Mar 2023 18:23:52 +0100 Subject: [PATCH] Test Neutral Pipeline #9 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"