aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2020-04-16 17:43:20 -0400
committerMatt Rendina <mrendina@stsci.edu>2020-04-16 17:43:20 -0400
commit55f9efd04036f517c2350ba9607f411ef997fab6 (patch)
tree3e0171e935c0924828b153e81f78ee01ae10c102
parentc7a58d532a623d06e9392d0f42838b6dcc9b56e7 (diff)
downloadbuild_control-55f9efd04036f517c2350ba9607f411ef997fab6.tar.gz
define base index command
-rw-r--r--jenkins/dispatch.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy
index e7b2bf4..5088805 100644
--- a/jenkins/dispatch.groovy
+++ b/jenkins/dispatch.groovy
@@ -359,6 +359,7 @@ node(LABEL) {
// Test a single index per OS. Avoid collision mitigation for now.
if ("${PY_VERSION}" == "3.7" && this.CONDA_PLATFORM == "linux-64") {
+ def index_cmd = "conda index"
index_cmd = "${index_cmd} -t 4 --no-progress --subdir ${this.CONDA_PLATFORM} ${this.manifest.publication_root}"
sh(script: "time ${index_cmd}")
}