aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-06-12 14:07:39 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-06-13 09:59:33 -0400
commitefac703de5f64218c992746218149affadc92726 (patch)
tree17b06cf139d478157b0908f62231b9bf6d4a46b7 /jenkins/generator_DSL.groovy
parenteb16bc4d7aeb00e77e8c1f130243bac1fb9b55fa (diff)
downloadbuild_control-efac703de5f64218c992746218149affadc92726.tar.gz
Propagate repo and branch names to all job logs
Diffstat (limited to 'jenkins/generator_DSL.groovy')
-rw-r--r--jenkins/generator_DSL.groovy6
1 files changed, 6 insertions, 0 deletions
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")