From bb87796970a7a23fe51ec56550d8d9efa394a11a Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 17 Mar 2020 21:03:23 +0800 Subject: [PATCH] update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e574be75..d5c79049 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 || true + sh 'cd /home/deploy/logging-center && cnpm run docker:stop || true' } } }