It's all about the answers!

Ask a question

Update the Track Build work item with the build out (Binary) as a post build process


0
1
Sekar GCS (23314) | asked Apr 13 '18, 2:26 a.m.

Hi, Is it possible to update the Track Build work item with the build out (Binary) as a post build process in RTC/Jenkins?


Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Apr 13 '18, 2:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Apr 13 '18, 2:40 a.m.

It is a pretty bad idea to upload binaries to build results or work items.

Please see https://rsjazz.wordpress.com/2015/10/28/build-artifacts-publishing-and-automated-build-output-management-using-the-plain-java-client-libraries/ for how you could keep the results on disk instead and publish a URL.

Even better would be to put this data into a binary repository such as Artifactory and publish a link.

As you can see from the link, it is possible to use API to get information from build results. So technically you could do what you describe although it is not clear when you would have a build tracking work item and how to trigger such a mechanism.


https://rsjazz.wordpress.com/2018/03/26/work-item-command-line-4-1/ would allow to publish data to a work item from a command line.

Sekar GCS selected this answer as the correct answer

One other answer



permanent link
Sekar GCS (23314) | answered Apr 18 '18, 11:59 a.m.
1. I accept the point on manage binaries.
  1. To track the release process, we use the  Track build work item.  basically we need to update the build snapshot name and build status and some links as post build step Track build work item. do we have any inbuilt future with RTC / Ration team concert plugin at Jenkins? 

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.