Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _docs/codefresh-yaml/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))



Expand Down