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 3598089069 Revert temporary excludion of some build agents from the
label (due to persistent issues)
3598089069 is described below
commit 359808906918a77f696fe08a8db154e91c513411
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Sep 21 10:09:02 2024 -0400
Revert temporary excludion of 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 4ed6fc9868..67953a3862 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@ pipeline {
stages {
stage('Prepare') {
agent {
- label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 &&
!builds59 && !builds60'
+ label 'ubuntu'
}
stages {
stage('Clean up') {
@@ -28,7 +28,7 @@ pipeline {
stage('Build') {
matrix {
agent {
- label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 &&
!builds59 && !builds60'
+ label 'ubuntu'
}
axes {
axis {
@@ -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}"