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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 79cb915654 Temporary exclude some build agents from the label (due to 
persistent issues)
79cb915654 is described below

commit 79cb9156546523ab50a0bf5c49d0942e3699faed
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Oct 13 12:33:27 2023 -0400

    Temporary exclude some build agents from the label (due to persistent 
issues)
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c39cee3506..5444047c27 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
     stage('Build') {
       matrix {
         agent {
-          label 'ubuntu'
+          label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 && 
!builds59 && !builds60'
         }
         axes {
           axis {
@@ -39,7 +39,7 @@ pipeline {
         stages {
           stage('JDK specific build') {
             agent {
-              label 'ubuntu'
+              label 'ubuntu && !builds55 && !builds56 && !builds57 && 
!builds58 && !builds59 && !builds60'
             }
             tools {
               jdk "${JAVA_VERSION}"

Reply via email to