diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-06-13 10:01:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 10:01:29 -0400 |
commit | 38f9db0d11fb512449196b3cb52b40ee060541a9 (patch) | |
tree | 17b06cf139d478157b0908f62231b9bf6d4a46b7 /jenkins/generator_DSL.groovy | |
parent | eb16bc4d7aeb00e77e8c1f130243bac1fb9b55fa (diff) | |
parent | efac703de5f64218c992746218149affadc92726 (diff) | |
download | build_control-38f9db0d11fb512449196b3cb52b40ee060541a9.tar.gz |
Merge pull request #16 from rendinam/prop_repo
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") |