aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-05-11 16:43:12 -0400
committerGitHub <noreply@github.com>2018-05-11 16:43:12 -0400
commit19134d9a16f889bacc3f1ad4b1a1a37755844cf8 (patch)
tree3c526c987b2a55c0f1289770b887490381e900cb /jenkins/generator_DSL.groovy
parenta479e0990e13a0593fb3474250bd2ea7fb077177 (diff)
parent5ceb26f66795c6753914e5a4264b556d34bc50ec (diff)
downloadbuild_control-19134d9a16f889bacc3f1ad4b1a1a37755844cf8.tar.gz
Merge pull request #67 from rendinam/supp_env_var1.0.28
Genearte supp_env_var parameter for all jobs.
Diffstat (limited to 'jenkins/generator_DSL.groovy')
-rw-r--r--jenkins/generator_DSL.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index 9ddc69a..3278d2c 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -212,6 +212,10 @@ pipelineJob("trigger_${manifest_basename}") {
"Whether or not package recipes that would generate a " +
"package file name that already exists in the manfest's" +
" channel archive are removed from the build list.")
+ textParam("supp_env_vars",
+ "",
+ "List of supplemental environment variables to define in " +
+ "the build envioronment.")
textParam("mail_recipients",
this.mail_recipients,
"Whom to pester.")