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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new a34d568  PHOENIX-6056 Migrate from builds.apache.org by August 15 
(addendum: really? fix node selection)
a34d568 is described below

commit a34d568de2c001fbebb72b0b748771680448b075
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Aug 25 11:02:41 2020 +0200

    PHOENIX-6056 Migrate from builds.apache.org by August 15 (addendum: really? 
fix node selection)
---
 Jenkinsfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1b7fb6d..7bb97e9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,9 +17,7 @@
  */
 
 pipeline {
-    agent {
-        label 'Hadoop'
-    }
+    agent none
 
     options {
         buildDiscarder(logRotator(daysToKeepStr: '30'))
@@ -30,6 +28,9 @@ pipeline {
     stages {
         stage('MatrixBuild') {
             matrix {
+                agent {
+                    label 'Hadoop'
+                }
 
                 axes {
                     axis {

Reply via email to