It's all about the answers!

Ask a question

RTC Build Engine


K p (611216) | asked Oct 15 '10, 1:44 p.m.
Hi,

So if we are using RTC build engine for compliation and publishing binaries to file system.

We know that the build has published articfacts in UI and in filesystem.

So my question is, Does it store these binaries inside the Database also ??

Thanks,
Kiran

3 answers



permanent link
Nick Edgar (6.5k711) | answered Oct 18 '10, 2:19 p.m.
JAZZ DEVELOPER
Hi Kiran,

It depends on how the compilation results and binaries are published to the build result. The jdtCompileLogPublisher, logPublisher and artifactFilePublisher Ant tasks do keep the contents in the Jazz repository. The artifactLinkPublisher Ant task just publishes the link (and file name, and size), but not the actual contents.

Hope this helps clarify.

permanent link
K p (611216) | answered Oct 18 '10, 3:08 p.m.
Hi Nick,

Im using artifactfilePublisher to publish my binaries.

This question was from our sys admins for DB space allocation.

Thanks,
Kiran

permanent link
Nick Edgar (6.5k711) | answered Oct 18 '10, 4:01 p.m.
JAZZ DEVELOPER
So, yes, artifactFilePublisher uploads the file contents to the Jazz repository.
In our own builds, we keep the main built artifacts on the build machines and only link to them, using artifactLinkPublisher.

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.