You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/16 03:37:37 UTC

[couchdb] 03/03: Add labels to improve UX

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch jenkins-bump-erlang-and-debian-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit b6a75fb07f36ec67547ee7b9fc76e4a8ccc34fe0
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 22:37:21 2022 -0500

    Add labels to improve UX
---
 build-aux/Jenkinsfile.full | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 75e77af..3e705e3 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -295,8 +295,8 @@ pipeline {
               stage('Build CouchDB packages') {
                 steps {
                   unstash 'tarball'
-                  sh( script: make_packages )
-                  sh( script: cleanup_and_save )
+                  sh( script: make_packages, label: 'Build packages' )
+                  sh( script: cleanup_and_save, label: 'Stage package artifacts for archival' )
                 }
                 post {
                   success {