wuheng 1 year ago
parent
commit
76c0c367a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -13,7 +13,7 @@ pipeline {
         stage('Build') {
             steps {
                 echo 'Building..'
-                sh 'docker-compose down'
+
                 sh 'EASID=$(docker ps | grep easapimaster | awk \'{print $1}\')'
                 sh '[ -n "$EASID" ] && docker kill $EASID && docker rm $EASID || echo -n "Docker Container is Down!"'
                 sh '~/tools/apache-maven-3.6.3/bin/mvn sonar:sonar'