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

Latest commit

 

History

History
15 lines (8 loc) · 642 Bytes

ArchiveStrategy.md

File metadata and controls

15 lines (8 loc) · 642 Bytes

ArchiveStrategy

ArchiveStrategy describes how to archive files/directory when saving artifacts

Properties

Name Type Description Notes
none Object NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately. [optional]
tar TarStrategy [optional]
zip Object ZipStrategy will unzip zipped input artifacts [optional]