aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2018-10-10 13:11:57 -0400
committerMatt Rendina <mrendina@stsci.edu>2018-10-10 13:44:14 -0400
commit22f7f27bc736cd9f5defa181b555348b99df936a (patch)
tree3fff5ad89221e9a79367714554be5c3574e0bf62 /jenkins/generator_DSL.groovy
parent19134d9a16f889bacc3f1ad4b1a1a37755844cf8 (diff)
downloadbuild_control-22f7f27bc736cd9f5defa181b555348b99df936a.tar.gz
Allow override of master_platforms for building non-python packages.
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 3278d2c..b3f32b5 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -216,6 +216,12 @@ pipelineJob("trigger_${manifest_basename}") {
"",
"List of supplemental environment variables to define in " +
"the build envioronment.")
+ textParam("non_python_pkg_platform",
+ "py3.6",
+ "Only platforms with this python version in their name will " +
+ "be used to host the building of non-python packages. This " +
+ "prevents non-python packages from being built multiple " +
+ "times unnecessarily.")
textParam("mail_recipients",
this.mail_recipients,
"Whom to pester.")