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 22:57:16 UTC

[couchdb] branch jenkins-dynamic-matrix updated: Allow any agent

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 ceaf237  Allow any agent
ceaf237 is described below

commit ceaf237351f6e0e0e5413e2d3009527a04463d89
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sun Jan 16 17:57:05 2022 -0500

    Allow any agent
---
 build-aux/Jenkinsfile.full | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index dcdf803..ceaeae5 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -299,9 +299,7 @@ pipeline {
     } // stage Build Release Tarball
 
     stage('Generate Test Matrix') {
-      agent {
-        label 'master'
-      }
+      agent any
       steps {
         script {
           parallelStagesMap = meta.collectEntries { key, platform ->