It's all about the answers!

Ask a question

How do I create a snapshot when an RTC build completes?


Keith Wedinger (3154) | asked Oct 27 '11, 12:43 p.m.
My project is built using Maven. My team is using the Jazz Build Engine to build the project. We are using RTC 3.0.1. Our project is spread across multiple projects within multiple RTC components which are spread across multiple RTC streams. All of the streams flow into a single integration stream that we use to do integration builds. We have a single RTC build definition for the integration build.

At the end of a successful integration build, my team wants to automatically create an RTC source control snapshot of the all of the components/projects inside the integration stream. This will allow us to recreate this build on demand using the snapshot.

Doing this using CVS is quite easy using the cvs tag command.

How do I configure RTC to do this? Please note that creating this snapshot manually via Eclipse is not an option.

All possible suggestions are welcome.

One answer



permanent link
Keith Wedinger (3154) | answered Oct 27 '11, 3:26 p.m.
After additional research, I was able to answer my own question. RTC builds automatically create snapshots. There is a link on the build results inside Eclipse that takes one to the created snapshot.

Your answer


Register or to post your answer.