Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add a custom link to hudson project page

I'm using Hudson to generate the documentation for a Python project using Sphinx. This generates HTML documentation in the folder project/_build/html, which I set up to be used as an build artifact. Now after running the job, I can navigate to the documentation by clicking on the "Artifacts" link, then on the folder, and then on the index.html file. That's a bit cumbersome so I would like to customize the project page so I can have a "View Documentation" link that takes me straight to the index.html file. Is there any way to do that with hudson?

like image 553
c089 Avatar asked Jan 10 '11 10:01

c089


3 Answers

I know the question is closed, but I thought you could try this. You don't need a separate http server just to serve HTML documentation, artifact or not. You can use the plugin: http://wiki.hudson-ci.org/display/HUDSON/HTML+Publisher+Plugin

like image 82
Sagar Avatar answered Sep 28 '22 22:09

Sagar


The Project Description allows HTML, just edit it and place the link to your docs from the last successful build.

like image 22
ocodo Avatar answered Sep 28 '22 21:09

ocodo


Get the sidelink plugin. That let's you add a link to the ones that are on the left-hand side of the project page.

like image 34
Michael Kent Avatar answered Sep 28 '22 20:09

Michael Kent