diff --git a/Jenkinsfile b/Jenkinsfile index 51186c0..fa81d0c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,7 @@ pipeline { steps { script { def commit_name = env.TAG_NAME + echo env.TAG_NAME if(commit_name) { echo "[Neutral] - Deployement version reconnu" @@ -47,7 +48,7 @@ pipeline { steps { script { - + def commit_name = env.TAG_NAME if(commit_name) { echo "[Neutral] - Deployement version reconnu"