Fix pipeline delegation context

This commit is contained in:
RichardG867
2021-11-13 13:51:34 -03:00
parent 5b63403195
commit 89fb9ca912

2
.ci/Jenkinsfile vendored
View File

@@ -78,6 +78,7 @@ pipeline {
} }
steps { steps {
script {
["${env.JOB_BASE_NAME}2"].each { ["${env.JOB_BASE_NAME}2"].each {
/* Set next build number for this job. */ /* Set next build number for this job. */
def job = Jenkins.instance.getItem(it) def job = Jenkins.instance.getItem(it)
@@ -97,3 +98,4 @@ pipeline {
} }
} }
} }
}