DevOps / Bamboo: Continuous Integration & Deployment Interview Questions
What is a Bamboo environment?
An environment is a named target inside a deployment project — typically something like Dev, QA, Staging, or Production. Each environment has its own sequence of deployment tasks (copy artifact, run install script, restart service) and its own permission list controlling who can trigger a release to it.
Because permissions are per-environment, it's common to let any developer deploy to Dev freely while restricting Production deploys to a release manager or requiring a manual approval step before that environment's tasks run.
More Related questions...