From 56a8510b6c913803aa0bcef448d3b912e63a29fe Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 2 May 2018 16:46:33 -0400 Subject: Add git ref parameter and checkout logic. --- jenkins/multi_suite_generator.groovy | 1 + 1 file changed, 1 insertion(+) (limited to 'jenkins/multi_suite_generator.groovy') diff --git a/jenkins/multi_suite_generator.groovy b/jenkins/multi_suite_generator.groovy index 60717fe..cbc3b8a 100644 --- a/jenkins/multi_suite_generator.groovy +++ b/jenkins/multi_suite_generator.groovy @@ -53,6 +53,7 @@ node("master") { "conda_build_version: ${this.conda_build_version}\n" + "conda_base_URL: ${this.conda_base_URL}\n" + "utils_repo: ${this.utils_repo}\n" + + "utils_repo_git_ref: ${this.utils_repo_git_ref}\n" + "old_jobs_action: ${this.old_jobs_action}\n" + " Other values:\n" + "dsl_script: ${this.dsl_script}") -- cgit