diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-21 16:12:36 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-21 16:12:36 -0500 |
| commit | 4f5b078896b26ba49947902019f2bfecfaebd5c2 (patch) | |
| tree | 73d425bb414f1de35dc45bd0d5476ca6525db6ba /vars/jfile_utils.groovy | |
| parent | 471e12dd251127a15be03e57b8a2d80438dba11c (diff) | |
| download | jscu_refactor-4f5b078896b26ba49947902019f2bfecfaebd5c2.tar.gz | |
Test exception throw, second type
Diffstat (limited to 'vars/jfile_utils.groovy')
| -rw-r--r-- | vars/jfile_utils.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
