Browse Source

更新 'Jenkinsfile'

sifu-gogs 2 năm trước cách đây
mục cha
commit
a5b251bd12
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      Jenkinsfile

+ 0 - 1
Jenkinsfile

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