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
2 changes: 1 addition & 1 deletion _docs/integrations/codefresh-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ The `triggers` field is an array of objects that hold [Git trigger information](
| `branchRegexInput ` | `triggers` | string | Defines what type of content is in `branchRegex`. Possible values are `regex`, `multiselect`, `multiselect-exclude` |
| `provider ` | `triggers` | string | Name of provider as found in Git integrations |
| `modifiedFilesGlob ` | `triggers` | string | Only activate trigger if changed files match glob expression |
| `disabled ` | `triggers` | boolean | if false, trigger will never be activated |
| `disabled ` | `triggers` | boolean | if true, trigger will never be activated |
| `options ` | `triggers` | array | Choosing [caching behavior]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipeline-caching/) of this pipeline |
| `noCache ` | `options` | boolean | if true, docker layer cache is disabled |
| `noCfCache ` | `options` | boolean | if true, extra Codefresh caching is disabled |
Expand Down