Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
We are using the template plugin to execute builds and publishers configured in a template job in all other jobs. When adding a post-build action "Use publishers from another project" the reports are generated in the correct job, but no link is added to the dashboard.
A screen shot is added which demonstrates the issue.
The "HTML report" link in the screen shot a report configured directly in the job, and no links are added to the reports generated by the template job.
I've been currently facing similar issue with the warnings plugin, which is not showing the trend graph when called from a template.
The issue is that ProxyBuilder and ProxyPublisher are not implementing getProjectActions, which is used to contribute transient action to the project.
I have just submitted a fix request to the github repo: https://github.com/jenkinsci/template-project-plugin/pull/5
Please feel free to test it.