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 19, 2024
1 parent b5d54a1 commit eadb38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.post-release
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.jenkinsci.plugins.workflow.libs.Library

pipeline {
agent {
label 'ubuntu'
label util.avoidFaultyNodes('ubuntu')
}

options {
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.jenkinsci.plugins.workflow.libs.Library

pipeline {
agent {
label 'ubuntu'
label util.avoidFaultyNodes('ubuntu')
}

options {
Expand Down

0 comments on commit eadb38b

Please sign in to comment.