From d5d444b499208739a44298c234a2103996ad0e5c Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 16 Aug 2020 10:58:54 +0000 Subject: [PATCH] Update links to ci-builds.apache.org git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880892 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- jenkins/create_jobs.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 4debd31e6c..6613faee44 100644 --- a/build.xml +++ b/build.xml @@ -276,7 +276,7 @@ under the License. + url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build//xmlbeans-4.0.0.jar"/> diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 63d87b021f..117bb9b316 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -1,5 +1,5 @@ // This script is used as input to the Jenkins Job DSL plugin to create all the build-jobs that -// Apache POI uses on the public Jenkins instance at https://builds.apache.org/view/P/view/POI/ +// Apache POI uses on the public Jenkins instance at https://ci-builds.apache.org/job/POI/ // // See https://github.com/jenkinsci/job-dsl-plugin/wiki for information about the DSL, you can // use https://job-dsl.herokuapp.com/ to validate the code before checkin