I'm using Description Setter Plugin for adding an hyper link to a network folder. In Set build description --> Description, I've added the following:
<a href="\\server\folder1\folder2\folder3">[Release]</a>
When job is finished, I can see the link but when pressing it, nothing happens. If I copy the path to browser's url, it will open the relevant path (but via Jenkins it doesn't).
Any ideas what am I doing wrong?
** With a custom HTML page it works.