Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Partial Deliver Vs Complete Deliver on Streams.... that is the question!

Our security team validates the date and time of the objects that reach production, which is why developers only delivered to RTC what changed, but this is a bad practice because when a new development begins the baseline will contain only a partial delivery of the system. So if they make complete deliveries of the system how can validate the security team which object was modified?

0 votes



One answer

Permanent link
A baseline on a stream contains all of the changes delivered to that stream, not just the most recent delivery.   So there is no such thing as a "partial delivery".

0 votes

Comments

If we have a baseline that contains the objects in the Application X (A, B, C). And we need to make a modification to the object (A). The development team creates a baseline only with A  and removes  B and C. The changeset will be:
+A (
modified)
- B
- C

A better practice would be to give A (Modified) without removing B and C.Then in the next load can get a full version of the application. I hope to explain better.

Just to confirm we are talking about the same use case, are A, B, and C files/directories in a given RTC component, or are they separate RTC components?   In particular, when you say "the development team creates a baseline only with A and removes B and C", does that mean the development team deleted the files B and C, and then baselined the result?   If so, unless they really intended on deleting B and C from the system, they shouldn't be deleting them before baselining.

Baseline is on EVERYTHING in a stream, a checkpoint over everything at one moment. Usually you do this because they all deliver to production at the same time, and you want a concise record.

if they are independent, and only deliver via packaging, is to use separate streams for each component, then basline them as often as needed.. then deliver them to a common stream for packaging and distribution.. then you wouldn't have the trouble with deleting a component that you didn't want included in the baseline.

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,014

Question asked: Dec 11 '14, 10:18 a.m.

Question was seen: 3,299 times

Last updated: Dec 17 '14, 1:46 p.m.

Confirmation Cancel Confirm