[closed] Autobuilds and auto generated baseline
Jeff Foege (452●6●69●60)
| asked Sep 14 '12, 6:33 p.m.
closed Oct 13 '17, 3:50 p.m. by David Lafreniere (4.8k●7) The automated build process in RTC v4 (previous versions as well) creates a baseline. Isn't there way to control when this baseline is created? (I'm sure the answer to that is 'No') I'm not sure I understand why the baseline gets created at the start of the build instead of at the end of the build when you may or may not want to apply that baseline.
|
The question has been closed for the following reason: "Additional information is required to adequately answer this question" by daviddl Oct 13 '17, 3:50 p.m.
Accepted answer
The build creates a baseline when the build starts just in case other changes are delivered to the Stream/Workspace while the build is happening.
According to the output of your "scm status" above, there is no outgoing baseline in your workspace. It's not clear to me what you mean by "Yet the baseline is sitting in the outgoing folder". Could you elaborate on this? David Lafreniere selected this answer as the correct answer
Comments
Jeff Foege
commented Sep 17 '12, 11:53 a.m.
I'm tracking the workspace in my pending changes view and I can see that baseline sitting in the outgoing folder. I modify file during the build process and deliver them back to the stream and I would like that change be included in the baseline. Are you sure you're looking at the same workspace, i.e. the build workspace that's configured in the build definition? Unless the build script created a new baseline, or checked in some changes, there would be nothing to deliver, since the accept at the start of the build brought the build workspace into sync with what's in the stream (it actually does a multi-component replace, not a regular accept, to properly handle discards). |