diff options
author | Matt Rendina <mrendina@stsci.edu> | 2019-04-12 13:39:42 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2019-04-12 13:39:42 -0400 |
commit | d76d2e8ab946b6ce50a319cf36add2be519277a7 (patch) | |
tree | b50196e92779f07e50784e522363d66c001de891 /deliver.groovy | |
parent | b8106f2b9cb4412889604e19a29a4474aa261275 (diff) | |
download | delivery_control-d76d2e8ab946b6ce50a319cf36add2be519277a7.tar.gz |
Diffstat (limited to 'deliver.groovy')
-rw-r--r-- | deliver.groovy | 3 |
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() } |