Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 97dee7911 -> 9f9cefc9b
Add build status icon and Jenkins link to downloads page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/9f9cefc9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/9f9cefc9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/9f9cefc9 Branch: refs/heads/asf-site Commit: 9f9cefc9bd9e36343920c16ef96f7172b0e5b135 Parents: 97dee79 Author: jamesbognar <[email protected]> Authored: Tue Aug 9 16:54:37 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Tue Aug 9 16:54:37 2016 -0400 ---------------------------------------------------------------------- content/downloads.html | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/9f9cefc9/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index 311e10e..16b7843 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -11,5 +11,12 @@ <p> Sorry...you can't download this project yet. </p> + <h5 class='toc'>Builds</h5> + <ul class='spaced-list'> + <li><a href='https://builds.apache.org/job/Juneau-Java-1.7'>Jenkins</a> + </ul> + <p> + Current build status: <a href='https://builds.apache.org/job/Juneau-Java-1.7/'><img src='https://builds.apache.org/job/Juneau-Java-1.7/badge/icon'></a> + </p> </body> </html>
