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/18 00:41:20 UTC

[couchdb] 02/02: Try this to name the branch more succinctly

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

kocolosk pushed a commit to branch jenkins-dynamic-matrix
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4676d6655f944bf8f1c56db2838285b47840bb8e
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Mon Jan 17 19:40:54 2022 -0500

    Try this to name the branch more succinctly
---
 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 b33d2ff..e57ae9a 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -246,10 +246,10 @@ def generateContainerStage(platform) {
 
 def parallelStagesMap = meta.collectEntries { key, values ->
   if (values.image) {
-    ["${values.name}": generateContainerStage(key)]
+    ["${key}": generateContainerStage(key)]
   }
   else {
-    ["${values.name}": generateNativeStage(key)]
+    ["${key}": generateNativeStage(key)]
   }
 }