update Jenkinsfile

This commit is contained in:
medcl 2020-03-17 21:02:44 +08:00
parent b3d6881bbf
commit 1a9d3cb1a0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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