aboutsummaryrefslogtreecommitdiff
path: root/deliver.groovy
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2019-04-12 13:39:42 -0400
committerMatt Rendina <mrendina@stsci.edu>2019-04-12 13:39:42 -0400
commitd76d2e8ab946b6ce50a319cf36add2be519277a7 (patch)
treeb50196e92779f07e50784e522363d66c001de891 /deliver.groovy
parentb8106f2b9cb4412889604e19a29a4474aa261275 (diff)
downloaddelivery_control-d76d2e8ab946b6ce50a319cf36add2be519277a7.tar.gz
timestampsHEADmaster
Diffstat (limited to 'deliver.groovy')
-rw-r--r--deliver.groovy3
1 files changed, 2 insertions, 1 deletions
diff --git a/deliver.groovy b/deliver.groovy
index b94330b..8fb72a9 100644
--- a/deliver.groovy
+++ b/deliver.groovy
@@ -27,6 +27,7 @@ def readYaml(data) {
def gen_specfiles(label, run_tests) {
node(label) {
+ timestamps {
// Delete any existing job workspace directory contents.
// The directory deleted is the one named after the jenkins pipeline job.
@@ -265,7 +266,7 @@ def gen_specfiles(label, run_tests) {
sh "rsync -avzr hstdp*.txt ${USERNAME}@${hostname}:${output_dir}"
}
}
-
+ } // end timestamps
} // end node()
}