otto/stdlib/archive
R Tyler Croy f8dc3af95e Update the cargo versions
Fixes #64
2021-03-03 22:04:25 -08:00
..
src Move the parser into the services directory where it belongs 2020-11-03 20:54:05 -08:00
tests Fix some shebangs to make the beasties happy 2020-11-20 19:57:31 -08:00
.gitignore Scaffolding for the archive step. 2020-10-28 11:36:53 -07:00
Cargo.toml Update the cargo versions 2021-03-03 22:04:25 -08:00
README.adoc Work in progress on the git step 2020-11-15 14:39:00 -08:00
manifest.yml Add some integration tests for the archive-step to cover some negative failure cases 2020-10-28 13:31:52 -07:00

README.adoc

<html lang="en"> <head> </head>

archive

The archive step will store files or file patterns associated with the running pipeline in the Otto object store.

This can be helpful for persisting logs or built artifacts.

Note

File patterns are matched using the glob crate. For questions about its file pattern syntax, refer to its documentation.

Single archive
archive 'my-release.tar.gz'
Pattern archive
archive 'target/release/*.tar.gz'
---
</html>