PipelineOutputArtifact

data class PipelineOutputArtifact(val files: List<String>? = null, val name: String)

Represents information about the output of an action.

Constructors

Link copied to clipboard
constructor(files: List<String>? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val files: List<String>? = null

The files that you want to associate with the output artifact that will be exported from the compute action.

Link copied to clipboard

The name of the output of an artifact, such as "My App".