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.
1 parentaf8e4f2 commitd07da22Copy full SHA for d07da22
_docs/codefresh-yaml/hooks.md
@@ -603,7 +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.baseurs}}/docs/testing/test-reports/#producing-allure-test-reports-from-codefresh-pipelines))
+* 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