Load Repository Workspace based on RTC buildResultUUID (from a personal build) with SCM command line tool
Hello!
I've created an RTC SCM Build Definition and can request a "Personal Build" and thereafter a Jenins Job is started.
One Parameter is buildResultUUID (e.g. buildResultUUID=_QMV9UabrEeiwdv2yjooooQ)
Now I would like extract the sources with the RTC SCM Command line tool.
Is this possible and if yes, what is the correct command line syntax?
Thanks, Jörg
One answer
The only hope you would have to load content ('extract the sources') from a build at some point in the future would be to load from the build snapshot that would be associated with the build result. This would be the only reliable / safe way to do this, since a snapshot would not include any changes that happened to the repository workspace after the build completed. Unfortunately, personal builds do not create a snapshot, so there is no way to go back and load/re-create what was built during a personal build.