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

Update Jenkinsfile

parent 0cf26b29
Branches
No related tags found
No related merge requests found
...@@ -34,7 +34,9 @@ pipeline { ...@@ -34,7 +34,9 @@ pipeline {
steps { steps {
script { script {
if(env.BRANCH_NAME == 'main') { if(env.BRANCH_NAME == 'main') {
bat """echo "${APP_ENV}"""" bat """
echo "${APP_ENV}"
"""
} }
} }
bat """ bat """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment