Skip to content

Commit

Permalink
kie-issues#777: Allow restricting jenkins agent labels for pipelines (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cimbalek authored Feb 20, 2024
1 parent b5ffc6f commit 6a9cad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ optaplannerRepo = 'optaplanner'

pipeline {
agent {
label 'kie-rhel8 && !built-in'
label util.avoidFaultyNodes('kie-rhel8 && !built-in')
}

tools {
Expand Down

0 comments on commit 6a9cad9

Please sign in to comment.