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.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)