aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-12-21 11:09:42 -0500
committerGitHub <noreply@github.com>2017-12-21 11:09:42 -0500
commit94f528f0c14268905d35a97182fa48c7790bf027 (patch)
treeb0becc7e5dd8a63734170eb64d1e10e5af8b6409 /jenkins/generator_DSL.groovy
parent2bdf23cd6045130ab30bbdd5d89f7792471b2e9d (diff)
parent677c70ca9eb92f28f8fc9417977c5bc90cd8028a (diff)
downloadbuild_control-94f528f0c14268905d35a97182fa48c7790bf027.tar.gz
Merge pull request #47 from rendinam/conda_version_select
Select conda installer version separately from target conda version
Diffstat (limited to 'jenkins/generator_DSL.groovy')
-rw-r--r--jenkins/generator_DSL.groovy3
1 files changed, 3 insertions, 0 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index cace2f5..e181455 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -47,6 +47,7 @@ for (label in labels.trim().tokenize()) {
"build control repo: ${build_control_repo}\n" +
"build control branch: ${build_control_branch}\n" +
"build control tag: ${build_control_tag}\n" +
+ "conda installer version: ${conda_installer_version}\n" +
"conda version: ${conda_version}\n" +
"conda-build version: ${conda_build_version}\n" +
"utils_repo: ${utils_repo}\n" +
@@ -81,6 +82,7 @@ for (label in labels.trim().tokenize()) {
"BUILD_CONTROL_REPO: ${build_control_repo}\n" +
"BUILD_CONTROL_BRANCH: ${build_control_branch}\n" +
"BUILD_CONTROL_TAG: ${build_control_tag}\n" +
+ "CONDA_INSTALLER_VERSION: ${conda_installer_version}\n" +
"CONDA_VERSION: ${conda_version}\n" +
"CONDA_BUILD_VERSION: ${conda_build_version}\n" +
"CONDA_BASE_URL: ${conda_base_URL}\n" +
@@ -95,6 +97,7 @@ for (label in labels.trim().tokenize()) {
env("BUILD_CONTROL_REPO", build_control_repo)
env("BUILD_CONTROL_BRANCH", build_control_branch)
env("BUILD_CONTROL_TAG", build_control_tag)
+ env("CONDA_INSTALLER_VERSION", conda_installer_version)
env("CONDA_VERSION", conda_version)
env("CONDA_BUILD_VERSION", conda_build_version)
env("CONDA_BASE_URL", conda_base_URL)