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

Update Jenkinsfile

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