Reputation: 995
I am trying to link or associate an external application url to jenkins job build. So for every builds, this link or url should be available at the left side and any user can simply click on it to launch the external application.
So far I explored the following plugins for this:
for me the external link which I am trying to associate to the build , dynamically changes for each build , basically some of the query parameter in the external link, so it's critical to associate it to every builds for tracking and other purposes . ex: the external link will be a like a small web app http:hostnamexxx:port/somepage?para1=xxx¶2=yyyy
Please let me know if there is any plugin for this specific purpose or any other ideas
Upvotes: 1
Views: 2780
Reputation: 3528
This would be the Anchor Chain plugin. I've played around with it a bit:
tab
character after the URL.Upvotes: 1