Browse Source

更新 'Jenkinsfile'

wuheng 1 year ago
parent
commit
22ae7d51a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -14,7 +14,7 @@ pipeline {
             steps {
             steps {
                 echo 'Building..'
                 echo 'Building..'
                 sh 'docker-compose down'
                 sh 'docker-compose down'
-				sh '~/tools/apache-maven-3.6.3/bin/mvn sonar:sonar'
+                sh '~/tools/apache-maven-3.6.3/bin/mvn sonar:sonar'
                 sh '~/tools/apache-maven-3.6.3/bin/mvn  clean install -Dmaven.test.skip=true'
                 sh '~/tools/apache-maven-3.6.3/bin/mvn  clean install -Dmaven.test.skip=true'
                 sh 'docker build -t ${BRANCH_NAME}:${BUILD_NUMBER} .'
                 sh 'docker build -t ${BRANCH_NAME}:${BUILD_NUMBER} .'
             }
             }