It's all about the answers!

Ask a question

how to deliver same changesets to multiple streams


Lewis Tsao (2174962) | asked Apr 09 '14, 3:25 a.m.

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


permanent link
Manoj Panda (39336662) | answered Apr 17 '18, 3:02 a.m.
JAZZ DEVELOPER

Aha, you can do it now with 6.0.5.  No Manual job

Ralph Schoon selected this answer as the correct answer

Comments
Ralph Schoon commented Apr 17 '18, 3:16 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Please provide a link to the source Manoj.



Ralph Schoon commented Apr 17 '18, 3:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I can not see that you can flow to multiple targets at once. Shashikants and Lewis point to change the flow target still applies, correct?

One other answer



permanent link
Shashikant Padur (4.2k27) | answered Apr 09 '14, 3:56 a.m.
JAZZ DEVELOPER
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 &lt:source workspace/stream>

Your answer


Register or 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.