Skip to content

Commit

Permalink
Fix missing method renaming (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull authored Feb 13, 2024
1 parent 746f19b commit 43af59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.weekly.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defaultImageParamsPrefix = 'IMAGE'
// Should be multibranch pipeline
pipeline {
agent {
label util.getLabel('ubuntu')
label util.avoidFaultyNodes('ubuntu')
}

options {
Expand Down

0 comments on commit 43af59e

Please sign in to comment.