You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2020/10/13 21:02:53 UTC

[juneau-website] branch asf-site updated: Fix build link.

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 29c893b  Fix build link.
29c893b is described below

commit 29c893beabb60e054a35579618d55f20214fa3b2
Author: JamesBognar <ja...@salesforce.com>
AuthorDate: Tue Oct 13 17:02:48 2020 -0400

    Fix build link.
---
 content/sourceCode.html   | 2 +-
 juneau-website.properties | 2 +-
 templates/sourceCode.html | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/sourceCode.html b/content/sourceCode.html
index 0cccc79..64222be 100644
--- a/content/sourceCode.html
+++ b/content/sourceCode.html
@@ -34,7 +34,7 @@
 	</ul>
 	<h5 class='toc'>Builds</h5>
 	<ul class='spaced-list'>
-		<li><a class='doclink' href='https://builds.apache.org/job/Juneau-Java-1.8-pipeline'>Jenkins</a> &nbsp;&nbsp;&nbsp; <a href='https://builds.apache.org/job/Juneau-Java-1.8-pipeline/'><img src='https://builds.apache.org/job/Juneau-Java-1.8-pipeline/badge/icon'></a>
+		<li><a class='doclink' href='https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/'>Jenkins</a> &nbsp;&nbsp;&nbsp; <img src='https://ci-builds.apache.org/buildStatus/icon?job=Juneau%2FJuneau-Java-1.8'>
 	</ul>	
 </body>
 </html>
diff --git a/juneau-website.properties b/juneau-website.properties
index 97b5b2f..28985de 100644
--- a/juneau-website.properties
+++ b/juneau-website.properties
@@ -1,2 +1,2 @@
-juneauVersion = 8.2.0
+juneauVersion = 8.2.1
 juneauVersionNext = 9.0.0
diff --git a/templates/sourceCode.html b/templates/sourceCode.html
index 0cccc79..64222be 100644
--- a/templates/sourceCode.html
+++ b/templates/sourceCode.html
@@ -34,7 +34,7 @@
 	</ul>
 	<h5 class='toc'>Builds</h5>
 	<ul class='spaced-list'>
-		<li><a class='doclink' href='https://builds.apache.org/job/Juneau-Java-1.8-pipeline'>Jenkins</a> &nbsp;&nbsp;&nbsp; <a href='https://builds.apache.org/job/Juneau-Java-1.8-pipeline/'><img src='https://builds.apache.org/job/Juneau-Java-1.8-pipeline/badge/icon'></a>
+		<li><a class='doclink' href='https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/'>Jenkins</a> &nbsp;&nbsp;&nbsp; <img src='https://ci-builds.apache.org/buildStatus/icon?job=Juneau%2FJuneau-Java-1.8'>
 	</ul>	
 </body>
 </html>