Update create_jobs.groovy

This commit is contained in:
PJ Fanning 2025-07-07 22:21:13 +01:00
parent 8c13001762
commit d72b25d83b

View File

@ -304,7 +304,7 @@ poijobs.each { poijob ->
jdk(jdkMapping.get(jdkKey).jenkinsJdk)
scm {
git(gitBase) {
branch('*/trunk')
branch('origin/trunk')
}
}
checkoutRetryCount(3)