From 14e73c2833cdda265dc5c67cb88b0168a7617b1a Mon Sep 17 00:00:00 2001
From: KPOTY Kpotivi <kpotivi.kpoty@etu.univ-amu.fr>
Date: Fri, 5 Jul 2024 10:30:22 +0000
Subject: [PATCH] Update Jenkinsfile

---
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 85094af..984785e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,9 @@ pipeline {
         }
         stage('Code Build') {
             steps {
+                bat """
                 mvn clean install -Dmaven.test.skip=true
+                """
             }
         }
         stage('Printing All Global Variables') {
@@ -50,7 +52,9 @@ pipeline {
                         echo "**** Nous sommes sur l'nevironnement ${APP_ENV}"
                     }
                 }
+                bat """
                 set
+                """
             }
         }
     }   
-- 
GitLab