RTC Build Engine
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
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. |
Hi Nick,
Im using artifactfilePublisher to publish my binaries. This question was from our sys admins for DB space allocation. Thanks, Kiran |
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
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.