aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-10-08 15:36:17 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-10-08 15:36:17 -0400
commitcd308b4823891419e5025cd5c361045118f3e2c9 (patch)
tree92a3eb552341a54eb4e17e267ee4981de84098e1 /Jenkinsfile
parent64194d26f0dc7caab816b587ca12d04170ebee5f (diff)
downloadjscu_refactor-cd308b4823891419e5025cd5c361045118f3e2c9.tar.gz
blah
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 2bfca6e..430d0f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,11 +1,11 @@
-import utils.edu.stsci.jscu
+@Library('utils') _
// [skip ci] and [ci skip] have no effect here.
if (utils.scm_checkout(['skip_disable':true])) return
// Allow modification of the job configuration, affects all relevant build configs.
// Pass this object in the argument list to the`run()` function below to apply these settings to the job's execution.
-jobconfig = new utils.JobConfig()
+jobconfig = new JobConfig()
//jobconfig.post_test_summary = true
//jobconfig.credentials = ['SECRET_VALUE']
//jobconfig.enable_env_publication = true