Skip to content

Commit

Permalink
Temporary exclude some build agents from the label (due to persistent…
Browse files Browse the repository at this point in the history
… issues)

(cherry picked from commit b93d781)
  • Loading branch information
reta committed Apr 3, 2024
1 parent 548bfbc commit ae12d81
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'
label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 && !builds59 && !builds60'
}
stages {
stage('Clean up') {
Expand All @@ -28,7 +28,7 @@ pipeline {
stage('Build') {
matrix {
agent {
label 'ubuntu'
label 'ubuntu && !builds55 && !builds56 && !builds57 && !builds58 && !builds59 && !builds60'
}
axes {
axis {
Expand All @@ -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}"
Expand Down

0 comments on commit ae12d81

Please sign in to comment.