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 6a20f8231c Temporary exclude some build agents from the label (due to
persistent issues)
6a20f8231c is described below
commit 6a20f8231c9adf2e898c2c1d1ee84f74a529f737
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Oct 13 11:19:10 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 a414d983bc..c39cee3506 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') {
@@ -39,7 +39,7 @@ pipeline {
stages {
stage('JDK specific build') {
agent {
- label 'ubuntu && !builds55 && !builds56 && !builds57 &&
!builds58 && !builds59 && !builds60'
+ label 'ubuntu'
}
tools {
jdk "${JAVA_VERSION}"