Restrict Deliver on shared components
Hello ,
I have Usecase like below which is similar,
We have BasePlatform Concept where in which we have Platform Stream which has Components,
i.e
BasePlatform Stream
CompPlat1After Platform Team Delivers some Snapshot other Projects which use this and have their specific implementaion.
CompPlat2
project Stream
CompPlat1 (Used from Platform Stream)
CompPlat2 (Used from Platform Steam)
projectcomp1With above structure of Project Stream, how can i avoid delivering changes to CompPlat1 and CompPlat2?
As Deliver permission on Owner of Stream, we can avoid Project Team changing the Components from BasePlatform
One answer
You can use the "Restrict Change Set Delivery to Components in a Stream" Deliver(Server) precondition.
Comments
Thank you for your answer. But i see that we have 30+ Components and going to each component and setting is difficult. besides that for every Stream i have add this precondition.
On side note: We are planning note to give configuration of Preconditions to User.
You can create your own custom pre-condition if you can think of an easier way to define this. I know of one customer that is writing a custom pre-condition that says you can only deliver to a component if you are a member of the project area that owns that component. You could also submit an enhancement request for the behavior you would like to see.