diff --git a/build.xml b/build.xml index 0b7a990068..360408d969 100644 --- a/build.xml +++ b/build.xml @@ -1782,6 +1782,26 @@ under the License. Broken links: + + Fix https in ${build.site} + + + diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 062cba1e6d..40dcb9ea13 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -2,7 +2,7 @@ // Apache POI uses on the public Jenkins instance at https://builds.apache.org/view/P/view/POI/ // // See https://github.com/jenkinsci/job-dsl-plugin/wiki for information about the DSL, you can -// use http://job-dsl.herokuapp.com/ to validate the code before checkin +// use https://job-dsl.herokuapp.com/ to validate the code before checkin // def triggerSundays = ''' @@ -255,7 +255,7 @@ poijobs.each { poijob -> } else { svn(svnBase) { svnNode -> svnNode / browser(class: 'hudson.scm.browsers.ViewSVN') / - url << 'http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN' + url << 'https://svn.apache.org/viewcvs.cgi/?root=Apache-SVN' } } } @@ -506,7 +506,7 @@ xmlbeansjobs.each { xjob -> scm { svn(xmlbeansSvnBase) { svnNode -> svnNode / browser(class: 'hudson.scm.browsers.ViewSVN') / - url << 'http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN' + url << 'https://svn.apache.org/viewcvs.cgi/?root=Apache-SVN' } } checkoutRetryCount(3)