It's all about the answers!

Ask a question

Any SCM command to deliver change set(s) to multiple stream?


Tanveer Zubair (211213) | asked Feb 07 '19, 4:44 p.m.
I did ask this question in different format and didn't get any solution for it.   Looking forward to write a script if possible.
I have multiple streams for different releases, we need to deliver all change sets to upward streams without overwriting it.   Any scm/lscm command to promote the change sets to multiple streams.

Ideal will be, if we can run a script having SCM commands and it can deliver all change sets from A to B Stream.  Reject only those change sets having conflict.

Thanks

Accepted answer


permanent link
Shashikant Padur (4.3k27) | answered Feb 07 '19, 11:04 p.m.
JAZZ DEVELOPER

You can use 'scm deliver --source <source_stream> --target <target_stream>' but will fail if there are conflicts and will not deliver any of the changes. 'scm help deliver' lists other options to use when performing the deliver operation.

Tanveer Zubair selected this answer as the correct answer

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.