diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-12-21 11:08:26 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-12-21 11:08:26 -0500 |
| commit | 677c70ca9eb92f28f8fc9417977c5bc90cd8028a (patch) | |
| tree | b0becc7e5dd8a63734170eb64d1e10e5af8b6409 /jenkins/generator_DSL.groovy | |
| parent | c79da534cb9e490139d7dfc6df4d2f3e3bc6b875 (diff) | |
| download | build_control-677c70ca9eb92f28f8fc9417977c5bc90cd8028a.tar.gz | |
Select conda installer version separately from target conda version
Diffstat (limited to 'jenkins/generator_DSL.groovy')
| -rw-r--r-- | jenkins/generator_DSL.groovy | 3 |
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) |
