customise the RTC Result Build page
One answer
You need to enable the Junit Publishing in the Build definition
And to get External Link tab you need to publish the links in the Build xml itself using jazz ant task \
Reference:
http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.team.build.doc/topics/r_linkpublisher.html?lang=en
And to get External Link tab you need to publish the links in the Build xml itself using jazz ant task \
Reference:
http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.team.build.doc/topics/r_linkpublisher.html?lang=en
Comments
Mine is a Hudson/Jenkins Build Defination not an Ant
does it matter? You mean to say you dont use ANT build xmls to build your project? If yes then you can integrate Ant Build xml and use the above tasks that you need to publish the external Links to the Build results.
lots of folks have moved on to Maven and Gradle