diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index d112999d2c..da0eeff54e 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -131,7 +131,7 @@ def xmlbeansjobs = [ ] ] -def svnBase = 'https://svn.apache.org/repos/asf/poi/trunk' +def gitBase = 'https://github.com/apache/poi.git' def xmlbeansSvnBase = 'https://svn.apache.org/repos/asf/xmlbeans/trunk' def defaultJdk = '1.8' @@ -174,7 +174,7 @@ Apache POI - the Java API for Microsoft Documents

This is an automatically generated Job Config, do not edit it here! -Instead change the Jenkins Job DSL at https://svn.apache.org/repos/asf/poi/trunk/jenkins, +Instead change the Jenkins Job DSL at https://github.com/apache/poi/blob/trunk/jenkins/, see https://github.com/jenkinsci/job-dsl-plugin/wiki for more details about the DSL.

''' @@ -306,9 +306,8 @@ poijobs.each { poijob -> } jdk(jdkMapping.get(jdkKey).jenkinsJdk) scm { - svn(svnBase) { svnNode -> - svnNode / browser(class: 'hudson.scm.browsers.ViewSVN') / - url << 'https://svn.apache.org/viewcvs.cgi/?root=Apache-SVN' + git(gitBase) { + branch('*/trunk') } } checkoutRetryCount(3) @@ -682,64 +681,3 @@ echo ^^^\n" + - " \n" + - " \n" + - " \n" + - "

Apache POI - the Java API for Microsoft Documents

\n" + - "

Most of the POI Jobs are automatically generated by Jenkins Job DSL\n" + - " at https://svn.apache.org/repos/asf/poi/trunk/jenkins,
\n" + - " see https://github.com/jenkinsci/job-dsl-plugin/wiki\n" + - " for more details about the DSL.
\n" + - "

\n" + - "

\n" + - " Findbugs report of latest build -\n" + - " Sonar reports -\n" + - " Coverage of latest build\n" + - "

\n" + - " \n" + - " \n" + - "") - filterBuildQueue(false) - filterExecutors(false) - - // Job selection - jobs {*/ -//regex(/.*POI.*/) -/*} - -// Layout -topPortlets { - jenkinsJobsList { - displayName('POI jobs') - } -} -leftPortlets { - testStatisticsChart() -} -rightPortlets { - testTrendChart() -} -bottomPortlets { - testStatisticsGrid() - buildStatistics() -} -}*/