Explorar el Código

更新 'Jenkinsfile'

sifu-gogs hace 2 años
padre
commit
a5b251bd12
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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'