update Jenkinsfile

This commit is contained in:
medcl 2020-03-17 20:52:58 +08:00
parent 34cb219a29
commit b3d6881bbf
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -8,7 +8,9 @@ pipeline {
stage('Stop Docker') {
steps {
sh 'cd /home/deploy/logging-center && cnpm run docker:stop'
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE'){
sh 'cd /home/deploy/logging-center && cnpm run docker:stop'
}
}
}