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

How do I find the user that delivered changeset to a stream using Jazz SCM CLI?

I'd like to be retrieve the ID of the user that delivered a particular changeset to the stream (rather than the author of the changeset) using the CLI tools.

Is this possible (RTC 6.0.4)?

Thanks in advance

0 votes



One answer

Permanent link

Jon,
with RTC 6.0.4 you can use operations history to see who delivered what changeset from which workspace or stream to a particular stream: https://jazz.net/blog/index.php/2017/07/13/new-source-control-features-in-rational-team-concert-6-0-4/

There is no indication of what kind of client (Eclipse, CLI, VS) was used. Unless you only load particularly named workspaces in each I would not know of a way to distinguish.

What is the underlying use case?

gg,
Arne

0 votes

Comments

Arne,

Thank you for your reply.

I'm able to see this in the Eclipse client, but am looking to find a way of retrieving this same information from the command line tools.

Specifically, this is with a view to improving our (Jenkins-based) continuous integration system.  Currently we have this emailing the author of all delivered changesets in the event of a broken build, but it would be much more useful for the person who delivered the changesets to be notified (who may or may not be their author).

Kind regards,
Jon


Hi Jon,
>scm show history
for Components lists change sets with "created by" and "added by" info. Obviously this would need to be parsed. Depending on whether you use any Jazz build tool calls from your Jenkins you might want to consider a custom jazz build tool plugin that utilizes the RTC Java API to get the information and either directly do the notification or spit out the parsed list.
That said, of course any standalone java executable running against the RTC SDK could accomplish the same.

- Arne

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,024

Question asked: Apr 20 '18, 10:23 a.m.

Question was seen: 2,085 times

Last updated: May 04 '18, 6:52 a.m.

Confirmation Cancel Confirm