Skip to content

workflow.v1alpha1.nodeResult

Index

Fields

fn withMessage

withMessage(message)

fn withPhase

withPhase(phase)

obj outputs

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

fn outputs.withArtifacts

withArtifacts(artifacts)

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

fn outputs.withArtifactsMixin

withArtifactsMixin(artifacts)

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

Note: This function appends passed data to existing values

fn outputs.withExitCode

withExitCode(exitCode)

"ExitCode holds the exit code of a script template"

fn outputs.withParameters

withParameters(parameters)

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

fn outputs.withParametersMixin

withParametersMixin(parameters)

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

Note: This function appends passed data to existing values

fn outputs.withResult

withResult(result)

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