jenkins - How to publish individual HTML report in Hudson per job run -


i have parameterized hudson job generates html report result. need attach html build not job html report changes based on parameters. http://wiki.hudson-ci.org/display/hudson/html+publisher+plugin did not because attaches report job , shows html report latest build. there way attach html report build hudson?

yes, there way: sidebar link plugin . generate want, deploy anywhere ( jenkins private files, can accessed via http (described on plugin page @ comments section) / other http server ) , use mentioned plugin create linked link each job direct clicker html.

you need add post-build action in job called 'anchor chain' contained ( described on plugin page ) parameters used create additional sidebar link.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -