Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

One of the most important aspects of applied DevOps within a CI/CD software delivery pipeline is to maintain infrastructure and configuration as code.

Configuration sources

You currently have the following main options to provide task configuration as code:

  1. 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.

  2. Injecting task configuration via URLs – as of Tasks for AWS 2.14, you can also directly reference configuration files via http/https and file URLs.

  3. Maintaining task configuration via Bamboo Specs – as of Bamboo 6.0, you can also provide the entire plan configuration via Bamboo Specs.
    • (lightbulb) Of course, you can still externalize the configuration of particular fields as outlined in the preceding options.
  • No labels