From efac703de5f64218c992746218149affadc92726 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 12 Jun 2017 14:07:39 -0400 Subject: Propagate repo and branch names to all job logs --- jenkins/generator_DSL.groovy | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jenkins/generator_DSL.groovy') diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy index 4c9c14c..f74275c 100644 --- a/jenkins/generator_DSL.groovy +++ b/jenkins/generator_DSL.groovy @@ -82,6 +82,12 @@ for(pkg in config.packages) { stringParam("label", "label-DEFAULTVALUE", "The node on which to run.") + stringParam("build_control_repo", + "build_control_repo-DEFAULTVALUE", + "Repository containing the build system scripts.") + stringParam("build_control_branch", + "build_control_branch-DEFAULTVALUE", + "Branch checked out to obtain build system scripts.") stringParam("py_version", "py_version-DEFAULTVALUE", "python version to use") -- cgit