DockerExecutorResponse

data class DockerExecutorResponse(val cmd: String, val imageName: String)

The Docker execuctor specification.

Constructors

Link copied to clipboard
constructor(cmd: String, imageName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cmd: String

The command or newline delimited script to run. The command string will be executed within a bash shell. If the command exits with a non-zero exit code, output parameter de-localization will be skipped and the pipeline operation's error field will be populated. Maximum command string length is 16384.

Link copied to clipboard

Image name from either Docker Hub or Google Container Registry. Users that run pipelines must have READ access to the image.