I have a step in my pipeline that I only want to be run when specified. Similar to the gitlab pipeline, when manual. How do I do that?
Hey Brandon @bck01215
Welcome to the community,
I would request you to give some more details about the step you want to run in your pipeline. Based upon the given details you may try to do the following -
- In Step’s advanced settings - move to
Conditional Execution
. This would help you execute your step based on the specified condition. You may also add a custom JEXL condition which would execute the step when it comes out to be true. - You would also be able to configure some failure strategies in case your step execution encounters some error.
Again, share in some more insights to help us understand your blocker and assist you accordingly.
For a step by step guide to setting up conditional execution you can refer this guide.