From 6169272093be817a98f1f75c615cd1f3c51cb6f2 Mon Sep 17 00:00:00 2001 From: Raphix Date: Sun, 19 Mar 2023 18:37:40 +0100 Subject: [PATCH] TEST TAG --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"