Bamboo Specs - supported scenarios
Bamboo Specs provides the capability to programmatically configure Bamboo using either Java or YAML.
Bamboo Specs projects that contain a large amount of complex glue code fall outside supported scenarios. For such cases, we recommend starting from simple Bamboo Specs, preferably produced by the View Plan as Specs with a minimal amount of glue code. Then gradually add the complex code and perform as many intermediary tests as possible to be able to detect errors sooner rather than later.
Below is a list of Atlassian validated Bamboo Specs code:
- code generated by View Plan as Bamboo Specs from within the Bamboo UI
- code from the official documented tutorials
- sample code snippets described in the latest Bamboo Specs reference, which show the use of the API.