From 4f5b078896b26ba49947902019f2bfecfaebd5c2 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 21 Nov 2017 16:12:36 -0500 Subject: Test exception throw, second type --- vars/jfile_utils.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vars') diff --git a/vars/jfile_utils.groovy b/vars/jfile_utils.groovy index 91e042e..14378a0 100644 --- a/vars/jfile_utils.groovy +++ b/vars/jfile_utils.groovy @@ -15,7 +15,7 @@ def scm_checkout() { if (logoutput.contains("[ci skip]") || logoutput.contains("[skip ci]")) { skip_job = 1 currentBuild.result = 'SUCCESS' - //currentBuild.rawbuild.result = 'SUCCESS' + currentBuild.rawbuild.result = 'SUCCESS' println("\nBuild skipped due to commit message directive.\n") // System.exit(0) // FATAL to Jenkins //return skip_job -- cgit