aboutsummaryrefslogtreecommitdiff
path: root/vars
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-11-21 16:12:36 -0500
committerMatt Rendina <mrendina@stsci.edu>2017-11-21 16:12:36 -0500
commit4f5b078896b26ba49947902019f2bfecfaebd5c2 (patch)
tree73d425bb414f1de35dc45bd0d5476ca6525db6ba /vars
parent471e12dd251127a15be03e57b8a2d80438dba11c (diff)
downloadjscu_refactor-4f5b078896b26ba49947902019f2bfecfaebd5c2.tar.gz
Test exception throw, second type
Diffstat (limited to 'vars')
-rw-r--r--vars/jfile_utils.groovy2
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