hi,
groovy postbuild is your plugin.
Example configuration:
s=manager.createSummary("package.png")
s.appendText( "<p><a
href='file://///host/share/dir/result.msi'>result.msi</a>", false)
s.appendText( "<p><a
href='file://///host/share/dir/another-result.msi'>result.msi</a>", false)
be aware that normal browser by default do not follow such a links. e.g.
firefox - http://kb.mozillazine.org/Links_to_local_pages_do_not_work
cheers,
pawel
On Thu, Dec 13, 2012 at 7:39 AM, zakyn <[email protected]> wrote:
> Hello,
>
> I have this situation. I have limited space on VM so I have to move the
> results(artifacts) to the another virtual HDD (for example
> \\file01\jenkins\results) but I need to have
> the links to these files still available from the Jenkins web pages.
>
> I went through the plugins but I did not find what I need.
>
> Could you please help me?
>
> Thank you.
>
> Zakyn
>