From 834bf5a4b5a73ab086dfd44b1610e5a41654543f Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 21 Nov 2017 16:43:51 -0500 Subject: Put it back the way it was --- vars/jfile_utils.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vars/jfile_utils.groovy') diff --git a/vars/jfile_utils.groovy b/vars/jfile_utils.groovy index e17e618..b75442d 100644 --- a/vars/jfile_utils.groovy +++ b/vars/jfile_utils.groovy @@ -16,10 +16,10 @@ def scm_checkout() { skip_job = 1 currentBuild.result = 'SUCCESS' println("\nBuild skipped due to commit message directive.\n") - // System.exit(0) // FATAL to Jenkins - //return skip_job + // System.exit(0) // WARNING: FATAL to Jenkins + return skip_job //throw new hudson.AbortException('Guess what!') - throw new java.io.IOException('Guess what!') + //throw new java.io.IOException('Guess what!') } stash includes: '**/*', name: 'source_tree' } -- cgit