diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-20 19:32:42 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-20 19:49:56 -0500 |
commit | 5e8f64e443cb7b6cf27c3ab52cb5e659c79ec121 (patch) | |
tree | b220210cdc25a689b3948ad1390058cb3a11ea5d | |
parent | dcb3a6afa19b04418066d223503c6c96f6e2fbbe (diff) | |
download | delivery_control-5e8f64e443cb7b6cf27c3ab52cb5e659c79ec121.tar.gz |
Sane label for archive stage
-rw-r--r-- | deliver.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deliver.groovy b/deliver.groovy index f3b5ed2..5f1567c 100644 --- a/deliver.groovy +++ b/deliver.groovy @@ -52,7 +52,7 @@ def gen_specfiles(label) { } node(label) { - stage('archive') { + stage("archive-${label}") { // Retrieve the spec files from the nodes where they were created. dir(output_dir) { unstash "spec-stash-${label}" |