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 <[email protected]> wrote: > https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin is > probably what you are after. > > 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 <[email protected]> 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/<http://address/job/$jobname/$buildNumber/$myhtml> > . > > 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 > > >
