aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deliver.groovy2
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}"