aboutsummaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-08-16 10:58:54 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-08-16 10:58:54 +0000
commitd5d444b499208739a44298c234a2103996ad0e5c (patch)
treee3fe9d77c44ce7bc328d02e4fdcb72c8eca941e3 /jenkins
parent0ce32248c0aef1c69d1017d7353b5b419ebdb8b1 (diff)
downloadpoi-d5d444b499208739a44298c234a2103996ad0e5c.tar.gz
poi-d5d444b499208739a44298c234a2103996ad0e5c.zip
Update links to ci-builds.apache.org
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880892 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy2
1 files changed, 1 insertions, 1 deletions
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