-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
5
-
Issue Summary
Bamboo disables a plan if it was not published by RSS
Steps to Reproduce
- Create a Specs plan that handles and publishes two plans: PlanA and PlanB.
- Publish both plans (by doing a commit or scanning the repository from Bamboo).
(no we have two new plans in Bamboo) - Comment the publishing of PlanB. We want to force RSS to only publish PlanA.
- Run the Specs build again.
Expected Results
- PlanA will show the updated changes.
Actual Results
- PlanA will show the updated changes.
- PlanB is disabled.
No errors nor meaningful messages in logs.
Workaround
No workaround available
- is blocked by
-
BAM-25648 Bamboo YAML Specs plans are not getting automatically enabled after successful Specs scan
-
- Closed
-
Here is my use case and why i need not to disable plans:
We store build configuration parameters in database. Currently there are 120 configuration, so 120 build plans. And we use one java bases bamboo-specs for converting all these configurations to build plans. So each time we change configuration for one plan, or add a new plan - all plans must be republished. This is annoying because: