sifu-gogs 2 жил өмнө
parent
commit
5e7e227a18
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -9,6 +9,8 @@ pipeline {
         }
         stage('Build') {
             steps {
+                echo env.BRANCH_NAME
+                echo ${env.BRANCH_NAME,,}
                 echo 'Building..'
                 sh 'docker-compose down'
                 sh '~/tools/apache-maven-3.6.3/bin/mvn  clean install -Dmaven.test.skip=true'