Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kbooker79 committed Feb 28, 2025
1 parent 02c6fa4 commit 08a2ee5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/Jenkinsfile4AWS
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pipeline {
} else {
echo "This is parent job so getting list of nodes matching labels:"
for (label in pullRequest.labels) {
print label
if (label.matches("CI-(.*?)-Ready")) {
def machine_name = label.split('-')[1].toString().toLowerCase()
jenkins.model.Jenkins.get().computers.each { c ->
Expand Down

0 comments on commit 08a2ee5

Please sign in to comment.