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 <[email protected]>
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 ->

Reply via email to