aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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