It's all about the answers!

Ask a question

How do I specify the buildLabel when using a RTC build definition?


Tom Britton (2112) | asked May 06 '13, 3:04 p.m.
I want to specify the buildLabel as part of my build definition.
It would also be ok if I could change the buildLabel  after the build is complete.
Currently RTC assigns a buildLabel similar to:
20130503-0738

I need the to change the buildLabel to something like SONAS-1.3.2.3-8-1234

How can I do that?

One answer



permanent link
Josh Crawford (984615) | answered May 06 '13, 3:27 p.m.
Hi Tom, the build label name coincides with the snapshot name created in the workspace when the build starts.  This can be manipulated using the teamAccept Ant task with the snapshotName attribute. 

http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m1/topic/com.ibm.team.build.doc/topics/r_teamaccept.html?resultof=%22%74%65%61%6d%61%63%63%65%70%74%22%20

Your answer


Register or to post your answer.