From 19e221e7d2b9b4bf550fb194ad59b7812cb11af9 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 28 Apr 2022 16:02:00 +0200 Subject: [PATCH] removed failed exit code --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eac59bb..107461f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,7 +77,7 @@ pipeline { } } catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') { - sh "exit 1" + sh "exit 0" } sh ''' echo "cleanup $DEPLOY_FILE";