diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-06-12 14:07:39 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-06-13 09:59:33 -0400 |
commit | efac703de5f64218c992746218149affadc92726 (patch) | |
tree | 17b06cf139d478157b0908f62231b9bf6d4a46b7 /jenkins/generator_DSL.groovy | |
parent | eb16bc4d7aeb00e77e8c1f130243bac1fb9b55fa (diff) | |
download | build_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.groovy | 6 |
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") |