From 5e8f64e443cb7b6cf27c3ab52cb5e659c79ec121 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 20 Dec 2018 19:32:42 -0500 Subject: Sane label for archive stage --- deliver.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit