is it possible to load files from a certain build result using command line?
Hi
Is it possible to load files from a certain build result using command line? "certain build result" means a build result which has a certain "tag" or "build ID".
I have read RTC Information Center, but I can not find such commands or an ant tasks.
I have 2 or 3 staging environments and I need to make sure that I have deployed certain ear files which is generated from a certain base-lined source codes. In order to do this, I want to develop some scripts to load ear files from certain build results.
Thanks in advance
Natsumi
Is it possible to load files from a certain build result using command line? "certain build result" means a build result which has a certain "tag" or "build ID".
I have read RTC Information Center, but I can not find such commands or an ant tasks.
I have 2 or 3 staging environments and I need to make sure that I have deployed certain ear files which is generated from a certain base-lined source codes. In order to do this, I want to develop some scripts to load ear files from certain build results.
Thanks in advance
Natsumi
Accepted answer
Each build creates a baseline. So you might be interested in enhancement request 203315 and story 197433. Maybe you could put comments on those.
Comments
Hajo
Thank you for your answer.
I understood that currently it is impossible to load ear files from certain build result with command line.
Your recommendation is to use baseline. But according to existing enhancement request which you mentioned, to extract old version of source controled files from old baselines / extract is not possible today.
Thank you
Just to clarify: Maybe there is another way, but at least I don't know one...
One other answer
Not SCM command, but RTC's ant task is useful to download files from a certain build result
artifactFileRetriever artifactFileRetriever
http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/topic/com.ibm.team.build.doc/topics/r_artifactretriever.html