From 46148e1edd2ba9abc1f2284fb0ef79f36e4e092c Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Wed, 19 Feb 2020 17:25:01 +0000 Subject: [PATCH] [19.02.20] Indentation and adding github tagging --- configuration/pipelines/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index a81c6d3..2a62611 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -107,5 +107,5 @@ try { currentBuild.result = 'FAILURE' throw exception } finally { - sh "echo SUCCESS" + currentBuild.result = 'SUCCESS' }