DevOps / Bamboo: Continuous Integration & Deployment Interview Questions
Define a Bamboo deployment project?
A deployment project is a separate pipeline, distinct from a build plan, whose job is to take an already-built artifact and push it to one or more target environments such as Dev, Staging, or Production.
It's linked to a build plan as its artifact source, but it keeps its own history, its own permissions, and its own environment-specific tasks. That separation matters because who is allowed to build code and who is allowed to release to production are usually different sets of people, and Bamboo models that directly through separate deployment permissions per environment.
More Related questions...