瀏覽代碼

更新 'Jenkinsfile'

wuheng 2 年之前
父節點
當前提交
726a6e515e
共有 1 個文件被更改,包括 2 次插入2 次删除
  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} .'
             }
         }