I have building pipeline which performs multiple of steps. Then after some build, test, and publishing steps I want to give option do deploy to environments to developers. There is multiple environments on each level (test, staging, production), and it's not required to deploy to all of those at some level. It's enough that some build goes through one of test environments, then on of staging environments to be allowed to prod.
In this screenshot I prepared there is visible parallel section with manuall triggers on test level environments, and one step on staging level environments. As presented I was able to trigger deployments to two environments (which I like and it's cool) but I'm unable to deploy to staging environment without deploying to all test envs. That is problematic because I cannot force developers to deploy to all environments. Also when pipeline starts it's unknown which environment would be "free" (because in reality I also have more than one staging envs not presented here).
Is there a way to allow now to click Deploy to last environment without deploying to previous one?
Hi @Mateusz Kyc,
I'm afraid it is not possible. See this and BCLOUD-21235 for more details.
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.