how to deliver same changesets to multiple streams
Hi I have looked in the forum and all the references to wiki and libraries, however it appears that delivering the same changeset to multiple streams can only be achieved by manually "changing flow target". Wonder if it is possible via Jazz API or REST+OSLC or SCM CLI in anyway. The following scenaria may help to understand why: 1. Back port of bug fixes to maintenance stream. 2. Feature based development where changesets from different feature streams flow into "integration" stream 3. and many more Changesets may be many and plentiful, and if it is necessary to manually modify flow target, I can see plenty of opportunities for errors. |
Accepted answer
One other answer
You can change the flow target using the cli and then deliver the changes.
You could also use the deliver command but this would fail if there are conflicts.
From within a sandbox: 'lscm deliver cs1 cs2... -t <target stream>
Outside of sandbox or remote operation: 'lscm deliver cs1 cs2... -t <target stream> -s <:source workspace/stream>
|
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.