Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.96 KB

Artifact.md

File metadata and controls

31 lines (24 loc) · 1.96 KB

Artifact

Artifact indicates an artifact to place at a specified path

Properties

Name Type Description Notes
archive ArchiveStrategy [optional]
archiveLogs Boolean ArchiveLogs indicates if the container logs should be archived [optional]
artifactory ArtifactoryArtifact [optional]
from String From allows an artifact to reference an artifact from a previous step [optional]
fromExpression String FromExpression, if defined, is evaluated to specify the value for the artifact [optional]
gcs GCSArtifact [optional]
git GitArtifact [optional]
globalName String GlobalName exports an output artifact to the global scope, making it available as '{{outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts [optional]
hdfs HDFSArtifact [optional]
http HTTPArtifact [optional]
mode Integer mode bits to use on this file, must be a value between 0 and 0777 set when loading input artifacts. [optional]
name String name of the artifact. must be unique within a template's inputs/outputs.
optional Boolean Make Artifacts optional, if Artifacts doesn't generate or exist [optional]
oss OSSArtifact [optional]
path String Path is the container path to the artifact [optional]
raw RawArtifact [optional]
recurseMode Boolean If mode is set, apply the permission recursively into the artifact if it is a folder [optional]
s3 S3Artifact [optional]
subPath String SubPath allows an artifact to be sourced from a subpath within the specified source [optional]