Hi Folks,
We're using Bamboo for CI.
We have a new requirement to deploy into OpenShift. I can do that with a few maven goals, but I only want to do that from specific branches.
e.g. the feature branch build will not deploy to OpenShift, but the "develop" or "master" branch build will deploy.
How should I best structure this in Bamboo?
Kind regards, Robin.