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 02:10:24 UTC

[couchdb] 01/02: Stages need to be string literals

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 6c514217a198c3db75dcf5112f7a3c346f2abec3
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 21:10:01 2022 -0500

    Stages need to be string literals
---
 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 cec256f..d888f76 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -186,7 +186,7 @@ pipeline {
         }
 
         stages {
-          stage("Other: ${platform}") {
+          stage('Other Build') {
             when {
               beforeAgent true
               anyOf {
@@ -257,7 +257,7 @@ pipeline {
 
           } // non-containerized platform
 
-          stage("Container Build: ${platform}") {
+          stage('Container Build') {
             when {
               beforeAgent true
               not {