It's all about the answers!

Ask a question

Are baselines created before of after a public build?


Luca Martinucci (1.0k293111) | asked Mar 11 '13, 11:34 a.m.
I need to know whether baselines are created just before or just after a build execution.
Also; are they created always, even if a component has not changed since the previous baseline?
Thanks in advance.

Accepted answer


permanent link
Tim Mok (6.6k38) | answered Mar 11 '13, 11:42 a.m.
JAZZ DEVELOPER
The snapshot is created before the build starts so that it's an accurate representation of what was built (ie. stream was changed during the build).

When a snapshot is created, baselines are created for components that don't have a baseline describing the current configuration. So no, it only creates a baseline if necessary. That said, there was a change for 4.0.1 that allows a user to force baseline creation when creating a snapshot.
Luca Martinucci selected this answer as the correct answer

Your answer


Register or to post your answer.