#19 test

Fusionné
sifu-gogs a fusionné 1 commits à partir de wuheng/wheng vers wuheng/master il y a 1 an
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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'