Docker Executor Args
data class DockerExecutorArgs(val cmd: Output<String>, val imageName: Output<String>) : ConvertibleToJava<DockerExecutorArgs>
The Docker execuctor specification.
Constructors
Functions
Properties
Link copied to clipboard
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.