-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
In order to prevent deployments or other build steps, it would be great to have the option to stop the build process upon receiving an error.
Current behavior:
In some cases when a build step fails, for example when a behat test fails, the build process continues to the next step.
Proposed behavior:
Allow a configuration option that denotes when an error in a build step should terminate the process.
thom8 and joeparsons