Is there way to build code from particular baseline of code in RTC?
Accepted answer
Out of the box If you want to build a specific baseline, you could
-
Create a repository workspace with the baseline selected and run a personal build on this workspace.
- Duplicate a build definition, create a stream from the baseline/snapshot and select to build that stream or a repository workspace based on that stream. If you want to change to a newer baseline, you would change the stream.
If you want to do more, you could use the SCM command line to load the code and use a build parameter to select a baseline/snapshot.