Explorar o código

更新 'Jenkinsfile'

sifu-gogs %!s(int64=2) %!d(string=hai) anos
pai
achega
08bb216d9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -10,7 +10,7 @@ pipeline {
         stage('Build') {
             steps {
                 echo env.BRANCH_NAME
-                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'