How do I tell Bamboo to tag a successful build with a fixed tag (e.g. "release")?
Assuming you are using Bamboo 3.1: take Bob's answer and place it as the last non-finalising task of Script (inline) type in your job.
Probably not what you are looking for, but we label (tag) builds from an external script based on various criteria using https://studio.plugins.atlassian.com/wiki/display/BCLI and something like:
bamboo --action addLabels --build "XXX-DEF" --labels "release keep"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.