How to delete/remove links created via ANT task logLinkPublisher
Many files were created and linked to RTC build result using ANT task
We now want to delete/remove the links inside log tab under build result. Is it possible if so how to do this using ANT? In eclipse client we see remove option to do this manually but the requirement is to do it programmatically using ANT. |
Accepted answer
Hi Sanjeev, there is no Ant task for deleting contributions that have been made to a build. The Java client API would allow this. It probably wouldn't be too difficult to script in JRuby or Groovy. For more on the API options, see this entry in the Build FAQ.
Sanjeev Kulkarni selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.