Reputation: 21
I am able to create an installer using Jenkins. An installer is created for each build in "C:\Installer" of Server. I now want to be able to create a link on the page for each build so that the user should be able to click that link and download the installer they want.
I used DocLinks Plugin but had no luck.
I used the following configuration for DocLinks Plugin:
Title : Download Installer Description : Downloads installer created by this build Directory to archive : C:\Installer Index file:
When I click on the Project Page I can see Document links which has Download Installer. but the link is not created. and when I click on the individual build, I don't see Document links display at all.
Thanks in advance.
Upvotes: 2
Views: 10136
Reputation: 80851
Did you try to add your installer in the Archive artifacts
parameter ? Because it will publish a link for your installer on every build done. (Read this to better understand artifacts management)
Upvotes: 5