...
- Pipeline developer wants to add a conditional node after one job before running the next job.
- Pipeline developer wants to add a conditional node at the end of the pipeline and optionally send an email if there were any errors in the final stage.
- Pipeline developer wants to configure the conditional node with his custom code logic.
- Pipeline developer wants to configure the next job to run based on a condition, based on condition pipeline can run either Job-A or Job-B
- Plugin developer wants to add a new conditional-plugin supporting a new language or expression for specifying conditional logic.
- Pipeline developer wants to use workflow tokens and use that information to take action in the conditional node.
...