ArchiveStrategy describes how to archive files/directory when saving artifacts
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] |