diff --git a/_docs/codefresh-yaml/hooks.md b/_docs/codefresh-yaml/hooks.md index 8d48ea68f..8ac4b7eb3 100644 --- a/_docs/codefresh-yaml/hooks.md +++ b/_docs/codefresh-yaml/hooks.md @@ -603,6 +603,7 @@ With the current implementation of hooks, the following limitations are present: * Hooks are not supported for [parallel steps]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/) * You cannot use [Codefresh plugins]({{site.baseurl}}/docs/codefresh-yaml/steps/#creating-your-own-step) inside hook segments * Exporting variables with [cf_export]({{site.baseurl}}/docs/codefresh-yaml/variables/#using-cf_export-command) does not work inside hooks +* Storage integrations don't resolve in hooks (for example, [test reports]({{site.baseurl}}/docs/testing/test-reports/#producing-allure-test-reports-from-codefresh-pipelines))