-
Suggestion
-
Resolution: Duplicate
-
None
-
1
-
1
-
Summary
In some projects, developers expect of a branch to have different build options or paths. Since Tasks are only defined at plan level, this breaks the builds of branches.
Accepted Solution
- Have the possibility to share, in a same repository, Specs and the actual project
- For every commit (push) in a branch, the plan will be redefined (by Specs), having the chance to change tasks (at branch level).
In this way, master will continue using the normal flow, and branches will build in their own way. In this way there is no risk of branches failing when there is a design (or structural) change in the code.