diff --git a/ci/Jenkinsfile4AWS b/ci/Jenkinsfile4AWS index 2d1d2f3a4c..50e0631b37 100644 --- a/ci/Jenkinsfile4AWS +++ b/ci/Jenkinsfile4AWS @@ -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 ->