Explorar o código

更新 'Jenkinsfile'

wuheng %!s(int64=2) %!d(string=hai) anos
pai
achega
726a6e515e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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