aboutsummaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2017-08-09 17:43:02 -0400
committerMatt Rendina <mrendina@stsci.edu>2017-08-09 17:43:02 -0400
commit754542ec671a682744f916cabee775379724d990 (patch)
tree03410685eb9a60199130dff888480e74989e966c /jenkins
parentb18819c26d00d451b33dbd3b0ebab50276ef516d (diff)
downloadbuild_control-754542ec671a682744f916cabee775379724d990.tar.gz
Status diagnostic and reduced test manifest
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/dispatch.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy
index c710597..bde59dc 100644
--- a/jenkins/dispatch.groovy
+++ b/jenkins/dispatch.groovy
@@ -246,6 +246,7 @@ node(LABEL) {
def artifacts_present =
sh(script: "ls ${this.conda_build_output_dir}/*.tar.bz2 >/dev/null 2>&1",
returnStatus: true)
+ println("artifacts present = ${artifacts_present}")
if (artifacts_present == "0") {
sh(script: "rsync -avzr ${this.conda_build_output_dir}/*.tar.bz2 ${publication_path}")
// Use a lock file to prevent two dispatch jobs that finish at the same