ContainerExecException
class ContainerExecException(message: String, stage: PipelineStage, exitCode: Int?, logs: List<String>, cause: Throwable? = null) : PipelineExecutionException
Exception indicating that a failure has occurred while executing the container.
Parameters
message
Exception message.
stage
The pipeline stage which threw the error.
exitCode
Exit code of the container. May be null
.
logs
Container logs.
cause
Cause of the exception, if any.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard