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 1cab5596a0 Temporary exclude some build agents from the label (due to
persistent issues)
1cab5596a0 is described below
commit 1cab5596a0bf99e111c238030349325636cfeca2
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Oct 13 10:00:07 2023 -0400
Temporary exclude some build agents from the label (due to persistent
issues)
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index aa8023e130..a414d983bc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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}"