It's all about the answers!

Ask a question

Create a build definition during RTC project area initialisation


Angelo Corna (26148381) | asked Sep 09 '19, 10:38 a.m.

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



permanent link
Ulf Arne Bister (1.3k413) | answered Sep 11 '19, 7:59 a.m.

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


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.