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

Version 1 Next »

This takes the output of a successful build and deploys it to a particular environment. This could be copying the files to a folder, deploying the package to a particular channel or even installing the software on a server.

We tend to use this process for deployments to Live environments.


These instructions assume you have followed Bamboo - Create Build Job and have a job that completes and contains some artifacts you want publishing.

Step 1

In Bamboo go to Create then Deployment Project. Fill in the description and link it to your project.


Click Create Deployment Project.

Step 2


Create an Environment. This should be descriptive of what where you're sending the artifcat such as "Live Server" or "Python Live Index".

NB: It doesn't appear to be possible to share environments between Deployment Projects although you can clone them within existing ones.



  • No labels