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.
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] |