Quantcast

How to make jenkins view customise html for each build?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to make jenkins view customise html for each build?

kai zeng
Hi All,

I'm new to jenkins, I have a plugin which will parse the console log and create some html files under the same folder (work/jobs/$jobname/builds/$buildnumber/.) for each build.  

The thing is if I try to access with http://address/job/$jobname/$buildNumber/$myhtml. it will always redirect my to http://address/job/$jobname/$buildNumber/.

It will help me a lot if anyone can let me know how to store those htmls and how to write the right link.

Thanks
Luke


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to make jenkins view customise html for each build?

Richard Bywater-2

By the way, this kind of query would probably be better asked over on the Jenkins User List rather than this Dev one.

Hope that helps
Richard.

On 27/08/2012, at 3:13 PM, kai zeng <[hidden email]> wrote:

Hi All,

I'm new to jenkins, I have a plugin which will parse the console log and create some html files under the same folder (work/jobs/$jobname/builds/$buildnumber/.) for each build.  

The thing is if I try to access with http://address/job/$jobname/$buildNumber/$myhtml. it will always redirect my to http://address/job/$jobname/$buildNumber/.

It will help me a lot if anyone can let me know how to store those htmls and how to write the right link.

Thanks
Luke


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to make jenkins view customise html for each build?

kai zeng
Hi Richard,

Thanks for your reply, I have checked some plugin's  source code and find out i should program in my Action java file.

it works now.

Thanks Again
Luke

On Mon, Aug 27, 2012 at 3:19 PM, Richard Bywater <[hidden email]> wrote:

By the way, this kind of query would probably be better asked over on the Jenkins User List rather than this Dev one.

Hope that helps
Richard.

On 27/08/2012, at 3:13 PM, kai zeng <[hidden email]> wrote:

Hi All,

I'm new to jenkins, I have a plugin which will parse the console log and create some html files under the same folder (work/jobs/$jobname/builds/$buildnumber/.) for each build.  

The thing is if I try to access with http://address/job/$jobname/$buildNumber/$myhtml. it will always redirect my to http://address/job/$jobname/$buildNumber/.

It will help me a lot if anyone can let me know how to store those htmls and how to write the right link.

Thanks
Luke



Loading...