ExecutionMode
Specifies how build step should be executed in case of failures in other steps
Entries
Link copied to clipboard
Content copied to clipboard
will execute step only if build status on the server is "failed"; the server will be asked to obtain the build status
Link copied to clipboard
Content copied to clipboard
will execute step even if previous step(s) has failed, server will not be queried for build status.
Link copied to clipboard
Content copied to clipboard
will execute step only if status on server is "successful"; server will be asked for build status