Executing a General Workflow - Post-Build Step Behavior
- If the build fails, the CDA Workflows will not be executed.
- If the Workflow execution failed for some reason, the build will fail too.
- If multiple Workflows are added and one of them cannot be executed, the subsequent Workflows will not be executed either.
Example: if you want to execute Workflow1, Workflow2, Workflow3, and Workflow4, and for some reason the execution of Workflow2 fails, the subsequent workflows (Workflow3 and Workflow4) will not be executed and the build is marked as failed.