update Jenkinsfile
This commit is contained in:
parent
b3d6881bbf
commit
1a9d3cb1a0
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue