It's all about the answers!

Ask a question

How to list the changesets associated to a snapshot/Build from CLI


Andrea Toncelli (2749) | asked Nov 11 '14, 5:56 p.m.
 Hello,
 Is there a way to list the change sets that are include in a build or a snapshot?
The information is available from Eclipse and I need to collect it from the command line during the build process
Thanks

Accepted answer


permanent link
Shashikant Padur (4.2k27) | answered Nov 11 '14, 10:11 p.m.
JAZZ DEVELOPER
edited Nov 11 '14, 10:12 p.m.
If you have two snapshots created one for an old build and one for a current build, you can compare the two snapshots.
lscm compare snapshot <snapshot1 name_or_alias_or_uuid> snapshot <snapshot2 name_or_alias_or_uuid>
The differences between snapshots will show up as incoming or outgoing changes depending on which snapshot was specified as the first argument.
Andrea Toncelli selected this answer as the correct answer

Comments
Ralph Schoon commented Nov 12 '14, 3:05 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

The important part here is, that the list of items that went into a build are always relative to another build - in reality based on the snapshots generated during the (public) build.

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.