ExecutionMode

enum ExecutionMode : Enum<BuildStep.ExecutionMode>

Specifies how build step should be executed in case of failures in other steps

Entries

Link copied to clipboard

will execute step always, even if build was interrupted

Link 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

will execute step even if previous step(s) has failed, server will not be queried for build status.

Link copied to clipboard

will execute step only if status on server is "successful"; server will be asked for build status

Link copied to clipboard

step will not be executed if there are other failed steps

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int