Configuration sources
You currently have the following main options to provide task configuration as code:
Injecting task configuration via Bamboo variables – this has always been available and is the most flexible option in terms of allowing for arbitrary external configuration sources, as outlined in How to provide task configuration from an external source like a file. However, it requires more than one task and can thus be a bit cumbersome to configure.
Injecting task configuration via URLs – as of Tasks for AWS 2.14, you can also directly reference configuration files via
http/https
andfile
URLs.Maintaining task configuration via Bamboo Specs – as of Bamboo 6.0, you can also provide the entire plan configuration via Bamboo Specs.
Of course, you can still externalize the configuration of particular fields as outlined in the preceding options.