diff --git a/Jenkinsfile b/Jenkinsfile index 0bf4e3b9..e574be75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } } }