Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
A build definition template is a set of build definitions that can be add to a group.
A user will can choose to attach a template (by default no template will be selected and we'll use the actual mechanism) to a group.
The templates list will be accessible from the admin menu.
Process:
- when the user add a new project, if no project group is selected, he can choose a template to add to the group
- when the user create a new group, he can choose a template
- from the group build def page, the user can choose a template to add
storage:
Templates will be stored in a new table. Entries in this table will be linked to some build definitions stored in the build definitions table
These build definitions won't be use directly by groups but only by templates so when the user want to use a template, continuum will copy all build definitions from the template to the group so templated build definitions will can be modified without affected build def already used by groups.
Attachments
Issue Links
- is duplicated by
-
CONTINUUM-1328 create build-definition-templates and link to them in build-definitons
- Closed