]> source.dussan.org Git - poi.git/commitdiff
Update links to ci-builds.apache.org
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 16 Aug 2020 10:58:54 +0000 (10:58 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 16 Aug 2020 10:58:54 +0000 (10:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880892 13f79535-47bb-0310-9956-ffa450edef68

build.xml
jenkins/create_jobs.groovy

index 4debd31e6c1553dc5b6552023a51f587302474d5..6613faee440c2dcda1703a873301e54e7d782d39 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -276,7 +276,7 @@ under the License.
     <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
     <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.06" usage="ooxml"/>
     <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:4.0.0" usage="ooxml"
-                url="https://builds.apache.org/view/P/view/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.0.jar"/>
+                url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build//xmlbeans-4.0.0.jar"/>
     <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.20" usage="ooxml"/>
     <!-- only used for compiling xmlbeans schemas -->
 <!--    <dependency prefix="ooxml.commons-compress" artifact="com.github.javaparser:javaparser-core:3.16.1" usage="ooxml-provided"/>-->
index 63d87b021fd66036014a41aa72487022fc638294..117bb9b3166c0c10236a494dc6800ee6cb35d863 100644 (file)
@@ -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