From db0b5e945206ea7ed90ed146154ebeb0dff859fe Mon Sep 17 00:00:00 2001 From: Aashish Radhakrishnan Date: Thu, 14 Mar 2024 18:07:56 -0400 Subject: [PATCH] Added currentBuild in try --- jobs/bump-jenkins-plugins.Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/jobs/bump-jenkins-plugins.Jenkinsfile b/jobs/bump-jenkins-plugins.Jenkinsfile index 64400cf21..dac6b4410 100644 --- a/jobs/bump-jenkins-plugins.Jenkinsfile +++ b/jobs/bump-jenkins-plugins.Jenkinsfile @@ -108,6 +108,7 @@ node { } } } + currentBuild.result = 'SUCCESS' } catch (e) { currentBuild.result = 'FAILURE' throw e