This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new b93d78106c Temporary exclude some build agents from the label (due to
persistent issues)
b93d78106c is described below
commit b93d78106c1df4c0689eb8e10bdc66aa29277ec0
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Mar 24 10:00:09 2024 -0400
Temporary exclude some build agents from the label (due to persistent
issues)
---
Jenkinsfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index cfb9d8a4a7..6d3e0fb079 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
stages {
stage('Prepare') {
agent {
- label 'ubuntu'
+ label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 &&
!builds59 && !builds60'
}
stages {
stage('Clean up') {
@@ -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}"