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