diff --git a/Jenkinsfile b/Jenkinsfile
index de5b29eae48996a466458ffbcca2d7ab9d8da732..6b4d9be30c4b949bc074753f86d9a92ca8639b68 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
         stage('Printing All Global Variables') {
             steps {
                 script {
-                    if(APP_ENV == 'main') {
+                    if(APP_ENV == 'DEV') {
                         bat """
                         echo "**** Nous sommes sur l'nevironnement ${APP_ENV}"
                         """