ContainerExecException

constructor(message: String, stage: PipelineStage, exitCode: Int?, logs: List<String>, cause: Throwable? = null)

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.