From ddd85da1a6aa7b2b20836395231d61301c5d917e Mon Sep 17 00:00:00 2001 From: sylviamoss Date: Fri, 7 Aug 2020 09:00:34 +0200 Subject: [PATCH] add keep_input_artifact note --- website/pages/docs/post-processors/manifest.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/pages/docs/post-processors/manifest.mdx b/website/pages/docs/post-processors/manifest.mdx index 820ce3497..76cda3e95 100644 --- a/website/pages/docs/post-processors/manifest.mdx +++ b/website/pages/docs/post-processors/manifest.mdx @@ -36,6 +36,10 @@ post-processors such as Docker and Artifice. @include 'post-processor/manifest/Config-not-required.mdx' +~> **Note**: Unlike most other post-processors, the keep_input_artifact option doesn't apply for the manifest +post-processor. We will always retain the input artifact for manifest, since deleting the files we just recorded +is not a behavior anyone should ever expect. + ### Example Configuration The minimal way to use the manifest post-processor is by just writing its definition, like: