Skip to content
Snippets Groups Projects
Commit 14e73c28 authored by KPOTY Kpotivi's avatar KPOTY Kpotivi
Browse files

Update Jenkinsfile

parent dd1be346
No related branches found
No related tags found
No related merge requests found
......@@ -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
"""
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment