Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

 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

0 votes


Accepted answer

Permanent link
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

0 votes

Comments

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 log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,027

Question asked: Nov 11 '14, 5:56 p.m.

Question was seen: 3,320 times

Last updated: Nov 12 '14, 3:05 a.m.

Confirmation Cancel Confirm