Create a build definition during RTC project area initialisation
We need to create many project areas with the same configuration.
By process side, the problem is addressed using the share process feature but we need also create some build definitions in any project area.
We've check the available options during the project area initialisations but we have not found any useful informations for the build definition.
How can we do this task? For example, is there an extension point for this need?
Thank in advance.
Bye.
|
One answer
Hi,
your best bet is to script the entire project area creation. This can be done using the RTC Plain Java API with java code, grovvy, etc. Build definitions can be created via the RTC Plain Java API (client). This is not entirely trivial. Once you know how it makes project area creation with configuration really easy though.
- Arne
|
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.