In our previous pipeline provided (from which we are planning to move). We had a flexsiblity where we could say Step 1 should execute before Step 2. This flexibility model the flow of steps. Also we could also have more then one Step be dependant of a single previous step.
Our use case is for example we build a container and goes through dev and staging after which the same docker container gets deployed to 3 different prod environments. But depending on the requirement we will deploy it to any one of the prod environments by trigging it manually.
How would I setup my pipeline in bitbuck pipeline.
In our previous provided we would say that prod1 step should execute after step 3 and prod 2 step should execute after step3 and prod 3 steps should execute after step 3. In each of the prod steps I would enable manual trigger.
It would be of great help if this type of flow is possible.
@t1279k Have you explored the option to use parallel steps with a manual trigger?
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.