From 9cd9a4f9e8cead821bb6750ae26a612cfded443d Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Mon, 24 Apr 2017 15:22:06 -0400 Subject: Updating build flags; update and test patch mechanism; update patch files; add and update manifest content; allow for build_control repo URL speciication --- jenkins/generator_DSL.groovy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jenkins/generator_DSL.groovy') 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) -- cgit