This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 2cf863e831ac65fe85e0da40190ff3dbb181483b 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) (cherry picked from commit 359808906918a77f696fe08a8db154e91c513411) --- 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}"
