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 d72b25d83b940db660cfc3f14d6ca1bc3bc826e5 Author: PJ Fanning <[email protected]> AuthorDate: Mon Jul 7 22:21:13 2025 +0100 Update create_jobs.groovy --- jenkins/create_jobs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index e70ffab28a..6d581a1eb9 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -304,7 +304,7 @@ poijobs.each { poijob -> jdk(jdkMapping.get(jdkKey).jenkinsJdk) scm { git(gitBase) { - branch('*/trunk') + branch('origin/trunk') } } checkoutRetryCount(3) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
