From 88cff114b3b93defdfd2baac47f1eb039002b3d8 Mon Sep 17 00:00:00 2001 From: KPOTY Kpotivi <kpotivi.kpoty@etu.univ-amu.fr> Date: Fri, 5 Jul 2024 10:19:01 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6b4d9be..7803902 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,10 +33,9 @@ pipeline { stage('Printing All Global Variables') { steps { script { - if(APP_ENV == 'DEV') { - bat """ + def maVariable = 'variable' + if(maVariable == 'variable') { echo "**** Nous sommes sur l'nevironnement ${APP_ENV}" - """ } } bat """ -- GitLab