It's all about the answers!

Ask a question

customise the RTC Result Build page


CIBI CHERIAN (112) | asked Mar 07 '16, 2:32 a.m.
retagged Mar 13 '16, 8:11 p.m. by Patricia Der (5011)

How to customise the RTC Result Build page :

1. Add a new tab wherein we can display the JUnit test cases link to RQM

2. Add a link to the application test server in External links tab

PS: the Build engine is Hudson/Jenkins

One answer



permanent link
Zeeshan Choudhry (6541612) | answered Mar 10 '16, 7:53 a.m.
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


Comments
CIBI CHERIAN commented Mar 11 '16, 7:13 a.m.

Mine is a Hudson/Jenkins Build Defination not an Ant


Zeeshan Choudhry commented Mar 11 '16, 7:20 a.m.

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.


sam detweiler commented Mar 11 '16, 7:55 a.m.

lots of folks have moved on to Maven and Gradle

Your answer


Register or to post your answer.