Hello,
in Bamboo I can choose in Deployment between
The Problem is, that I'm not sure what the second one "promote existing..." mean. Can someone give me a description of it?
The documentation from Atlassian doesn't help.
ScreenHunter_03 Mar. 02 14.10.gif
TIA
Markus
I'd start with https://confluence.atlassian.com/bamboo/deployment-projects-338363438.html and read carefully what is release in Bamboo.
Creating release will result in new "release object" it doesn't necessarily mean it will be deployed anywhere or that any other action will be taken.
Promoting release to environment means that release has been already defined earlier (like with "create new release" action) and now tasks defined on chosen environment will be run with that release.
Trying to give you example. Build result can for example produce some artefacts. Probably not every build result is a release though (like you have results every commit, but you release like once a week or once a month).
At some point you decide that it's time to release it - so you create release in Bamboo. Then later you deploy it to server running "promote release to environment". First you release it to test environment or dogfood environment, then later to production server (like your tasks are copying artefacts to proper server - tasks are defined per environment, because releasing to different environments usually mean different things).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.