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 04:20:37 UTC

[couchdb] branch jenkins-dynamic-matrix updated: just to be safe

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


The following commit(s) were added to refs/heads/jenkins-dynamic-matrix by this push:
     new 0cbb71c  just to be safe
0cbb71c is described below

commit 0cbb71c4ac9ce3bbb8da4b4fb9763c26854e32c2
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Mon Jan 17 23:20:09 2022 -0500

    just to be safe
---
 build-aux/Jenkinsfile.full | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index 1c65fa5..d92921e 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -128,7 +128,7 @@ meta = [
 // the opportunity to keep things DRY seems worthwhile. -APK
 def generateNativeStage(platform) {
   return {
-    stage("${meta[platform].name} - build & test") {
+    stage(platform) {
       node(platform) {
         timeout(time: 90, unit: "MINUTES") {
           try {