aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
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 c14efec..4c9c14c 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -21,6 +21,12 @@ folder(suite_name)
// build jobs.
this.script = "dispatch.groovy"
+
+this.build_control_repo = readFileFromWorkspace("VAR-build_control_repo")
+this.build_control_repo = this.build_control_repo.trim()
+this.build_control_branch = readFileFromWorkspace("VAR-build_control_branch")
+this.build_control_branch= this.build_control_branch.trim()
+
pipelineJob("${suite_name}/_${script.tokenize(".")[0]}") {
// At trigger-time, allow for setting manifest culling behavior.
parameters {