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

Build Result Save extension point?

 I want to add a post operation plug-in when a build result is saved. It happens when one decides to make a release out of the build.

Is it possible? Where can I find information how to implement it?

Thanks,
Liora

1

0 votes



3 answers

Permanent link
There is no operation id on this. But you can use an event handler instead: the event class is com.ibm.team.build.category.BuildResultChanged.

1 vote


Permanent link
Actually, saving build items is a process-controlled operation, so you could add a precondition or follow-up action.
The operation id is "com.ibm.team.build.server.saveBuildResult", but if it's creating a release that you're after, that doesn't actually modify the build result (other than marking it as not to be deleted), it creates a separate kind of item for the release: an com.ibm.team.workitem.common.model.IDeliverable item, which refers to the build as its artifact property.  Saving a deliverable is controlled by the Work Item's Save Deliverable operation, id: "com.ibm.team.workitem.server.saveDeliverable".

Can you say more about what you're trying to do?

1 vote


Permanent link
I don't see that extension point in the project team configuration, operational behavior.

I do not know if there is another point in the Build toolkit sdk
we are interested in the same capability

Sam

0 votes

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
× 10,951
× 562

Question asked: Aug 27 '12, 12:57 p.m.

Question was seen: 6,365 times

Last updated: Aug 31 '12, 3:44 p.m.

Confirmation Cancel Confirm