This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new bbe3029 ZOOKEEPER-3801: Fix Jenkins link
bbe3029 is described below
commit bbe30290c2dd70bea20d3b08a0d705b10564c3b1
Author: Christopher Tubbs <ctubbsii@apache.org>
AuthorDate: Mon May 4 14:19:04 2020 +0200
ZOOKEEPER-3801: Fix Jenkins link
Author: Christopher Tubbs <ctubbsii@apache.org>
Reviewers: Enrico Olivelli <eolivelli@apache.org>, Mate Szalay-Beko
Closes #1324 from ctubbsii/zk3801-fix-jenkins-link
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7361dba..39e0480 100755
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
</issueManagement>
<ciManagement>
<system>jenkins</system>
- <url>https://builds.apache.org/view/S-Z/view/ZooKeeper/</url>
+ <url>https://builds.apache.org/view/Z/view/ZooKeeper/</url>
</ciManagement>
<mailingLists>
<mailingList>
|