From 98aaadd0d686909a7040d549b851cb4ccb790ef0 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 17 Jun 2019 17:27:27 -0400 Subject: Traverse to clone subdir for execution of git log command (#54) Document dir blocks. Remove lib override --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index df5255b..4cc967a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,4 @@ -//@Library('utils@subdir') _ - +//@Library('utils@subdirfix') _ // [skip ci] and [ci skip] have no effect here. if (utils.scm_checkout(['skip_disable':true])) return @@ -7,7 +6,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.post_test_summary = true +//jobconfig.post_test_summary = true //jobconfig.credentials = ['SECRET_VALUE'] //jobconfig.enable_env_publication = true //jobconfig.publish_env_on_success_only = false -- cgit