Sfoglia il codice sorgente

更新 'Jenkinsfile'

sifu-gogs 2 anni fa
parent
commit
a5b251bd12
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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'