Skip to content

workflow.v1alpha1.outputs

"Outputs hold parameters, artifacts, and results from a step"

Index

Fields

fn withArtifacts

withArtifacts(artifacts)

"Artifacts holds the list of output artifacts produced by a step"

fn withArtifactsMixin

withArtifactsMixin(artifacts)

"Artifacts holds the list of output artifacts produced by a step"

Note: This function appends passed data to existing values

fn withExitCode

withExitCode(exitCode)

"ExitCode holds the exit code of a script template"

fn withParameters

withParameters(parameters)

"Parameters holds the list of output parameters produced by a step"

fn withParametersMixin

withParametersMixin(parameters)

"Parameters holds the list of output parameters produced by a step"

Note: This function appends passed data to existing values

fn withResult

withResult(result)

"Result holds the result (stdout) of a script template"