enum class ExecutionMode
Specifies how build step should be executed in case of failures in other steps
step will not be executed if there are other failed steps |
|
will execute step only if status on server is "successful"; i.e. server will be asked for build status |
|
will execute step even if previous step(s) has failed, server will not be queries for step results. |
|
will execute step always, even if build was interrupted |