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 {
script {
["${env.JOB_BASE_NAME}2"].each {
/* Set next build number for this job. */
def job = Jenkins.instance.getItem(it)
@@ -96,4 +97,5 @@ pipeline {
}
}
}
}
}