We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents12b543b +ad6cd4e commit5e3c38bCopy full SHA for 5e3c38b
_docs/codefresh-yaml/hooks.md
@@ -603,6 +603,7 @@ With the current implementation of hooks, the following limitations are present:
603
* Hooks are not supported for[parallel steps]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/)
604
* You cannot use[Codefresh plugins]({{site.baseurl}}/docs/codefresh-yaml/steps/#creating-your-own-step) inside hook segments
605
* Exporting variables with[cf_export]({{site.baseurl}}/docs/codefresh-yaml/variables/#using-cf_export-command) does not work inside hooks
606
+* Storage integrations don't resolve in hooks (for example,[test reports]({{site.baseurl}}/docs/testing/test-reports/#producing-allure-test-reports-from-codefresh-pipelines))
607
608
609