Skip to content

Commit

Permalink
Update agent label to use the utility
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Feb 7, 2024
1 parent 9544969 commit cd7cb5c
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 'ubuntu'
label util.getLabel('ubuntu')
}

options {
Expand Down

0 comments on commit cd7cb5c

Please sign in to comment.