aboutsummaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-10-08 15:24:54 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-10-08 15:24:54 -0400
commit44a95fe149b7c90ecc453e9055813c8fdbefab1e (patch)
treed2f3fda09bd8197e9b266d6455bc6a4d95517cb5 /Jenkinsfile
parentb1116df5649bfc861cf1d8f8ddff46b288670e16 (diff)
downloadjscu_refactor-44a95fe149b7c90ecc453e9055813c8fdbefab1e.tar.gz
blah
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1aa3d72..b7606da 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -3,7 +3,7 @@ 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 JobConfig()
+jobconfig = new utils.JobConfig()
//jobconfig.post_test_summary = true
//jobconfig.credentials = ['SECRET_VALUE']
//jobconfig.enable_env_publication = true