Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 9f9cefc9b -> 3a17d6d37
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/5351b450 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/5351b450 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/5351b450 Branch: refs/heads/asf-site Commit: 5351b4505eb57721add7652c8b1c66ab2a732152 Parents: 97dee79 Author: jamesbognar <[email protected]> Authored: Tue Aug 9 16:54:37 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Tue Aug 9 16:56:36 2016 -0400 ---------------------------------------------------------------------- content/downloads.html | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5351b450/content/downloads.html ---------------------------------------------------------------------- diff --git a/content/downloads.html b/content/downloads.html index 311e10e..7fb93d6 100644 --- a/content/downloads.html +++ b/content/downloads.html @@ -11,5 +11,9 @@ <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> - <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> + </ul> </body> </html>
