diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-10-08 15:24:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-10-08 15:24:54 -0400 |
commit | 44a95fe149b7c90ecc453e9055813c8fdbefab1e (patch) | |
tree | d2f3fda09bd8197e9b266d6455bc6a4d95517cb5 /Jenkinsfile | |
parent | b1116df5649bfc861cf1d8f8ddff46b288670e16 (diff) | |
download | jscu_refactor-44a95fe149b7c90ecc453e9055813c8fdbefab1e.tar.gz |
blah
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
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 |