This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/poi.git
commit 102db731df72360d9ec50f20a0b6d99cb04a63b2 Author: PJ Fanning <[email protected]> AuthorDate: Mon Jul 7 22:28:07 2025 +0100 Update create_jobs.groovy --- jenkins/create_jobs.groovy | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 6d581a1eb9..d04ae33b31 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
