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

Latest commit

 

History

History
21 lines (14 loc) · 1.09 KB

ArtifactLocation.md

File metadata and controls

21 lines (14 loc) · 1.09 KB

ArtifactLocation

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

Properties

Name Type Description Notes
archiveLogs Boolean ArchiveLogs indicates if the container logs should be archived [optional]
artifactory ArtifactoryArtifact [optional]
gcs GCSArtifact [optional]
git GitArtifact [optional]
hdfs HDFSArtifact [optional]
http HTTPArtifact [optional]
oss OSSArtifact [optional]
raw RawArtifact [optional]
s3 S3Artifact [optional]