aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-04-24 15:22:06 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-04-24 15:22:06 -0400
commit9cd9a4f9e8cead821bb6750ae26a612cfded443d (patch)
treee2d509a97ee580881f0ed57c84d75c34afb06296 /jenkins/generator_DSL.groovy
parentad13f9a34cf6c6309f303fc09cda8dfcbac440a3 (diff)
downloadbuild_control-9cd9a4f9e8cead821bb6750ae26a612cfded443d.tar.gz
Updating build flags; update and test patch mechanism; update patch files; add and update manifest content; allow for build_control repo URL speciication
Diffstat (limited to 'jenkins/generator_DSL.groovy')
-rw-r--r--jenkins/generator_DSL.groovy2
1 files changed, 2 insertions, 0 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index a4b40a8..bab75a2 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -31,6 +31,7 @@ pipelineJob("${suite_name}/_dispatch") {
println("LABEL = ${label}")
println("PY_VERSION = ${py_version}")
println("BUILD_CONTROL_REPO = ${build_control_repo}")
+ println("BUILD_CONTROL_BRANCH = ${build_control_branch}")
println("CONDA_VERSION = ${conda_version}")
println("CONDA_BUILD_VERSION = ${conda_build_version}")
println("CONDA_BASE_URL = ${conda_base_URL}")
@@ -40,6 +41,7 @@ pipelineJob("${suite_name}/_dispatch") {
env("LABEL", label)
env("PY_VERSION", py_version)
env("BUILD_CONTROL_REPO", build_control_repo)
+ env("BUILD_CONTROL_BRANCH", build_control_branch)
env("CONDA_VERSION", conda_version)
env("CONDA_BUILD_VERSION", conda_build_version)
env("CONDA_BASE_URL", conda_base_URL)