Update create_jobs.groovy

This commit is contained in:
PJ Fanning 2025-07-07 22:28:07 +01:00
parent d72b25d83b
commit 102db731df

View File

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