Skip to content

Commit

Permalink
Revert temporary excludion of some build agents from the label (due t…
Browse files Browse the repository at this point in the history
…o persistent issues)

(cherry picked from commit 3598089)
  • Loading branch information
reta committed Sep 22, 2024
1 parent 51183f7 commit 2cf863e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
stages {
stage('Prepare') {
agent {
label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 && !builds59 && !builds60'
label 'ubuntu'
}
stages {
stage('Clean up') {
Expand All @@ -28,7 +28,7 @@ pipeline {
stage('Build') {
matrix {
agent {
label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 && !builds59 && !builds60'
label 'ubuntu'
}
axes {
axis {
Expand All @@ -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}"
Expand Down

0 comments on commit 2cf863e

Please sign in to comment.