diff --git a/Jenkinsfile b/Jenkinsfile index 6b4d9be30c4b949bc074753f86d9a92ca8639b68..7803902fc4097e2fbcbd3ff2fc389fdd843a844e 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 """