Changesets related to one baseline API
Paul Schitz (11●1●2)
| asked Jul 29 '16, 4:51 a.m.
edited Jul 29 '16, 6:44 a.m. by Ralph Schoon (63.5k●3●36●46)
I am not able to find a clean solution for getting the Changesets related to one specific Baseline in a Stream.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jul 29 '16, 6:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 29 '16, 6:48 a.m.
There is, as far as I know no absolute relationship between a baseline and any change sets. The only question you can ask is which change sets are in a component with respect to a baseline and another baseline. The latter one could be the initial baseline of the component, which gives you all the change sets that contribute to the current baseline.
Comments But how does the eclipse plugin show it in the pending changes view. It is always the baseline and then the changesets which are part of it. I am not allowed to upload any example pic.
Could I have these code?
In the pending changes view, you see the relationship between the current state of the component in the repository workspace compared to the stream. You also see the latest baseline in the component based on the current state.
Paul Schitz
commented Aug 04 '16, 5:53 a.m.
Ok,
We have a Jenkins-Plugin in which we deliver Changesets, Baselines and Set of Baselines to some other stream. During the delivery we check for the differences between these 2 Streams and then we deliver first the baselines(this works) and then the remaining changesets(also working) which are not part of any baseline.
During the delivery we are creating a log in which we want to show all the changesets related to a Baseline. And this is not working! Iam getting either only all outgoing baselines or all outgoing changesets. But I would like to distinguish between changesets which are part of baseline-delivery and which are not.
Is this clear?
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.