You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
|`event`|`cronTriggers`| string| Leave empty. Automatically generated by Codefresh for internal use.|
528
528
|`name`|`cronTriggers`| string| The user-defined name for the Cron trigger.|
529
-
|`message`|`cronTriggers`| string|The free-text message to be sent as an additional event payload every time the Cron trigger isactivaed. For example,`Successful ingress tests`|
529
+
|`message`|`cronTriggers`| string|The free-text message to be sent as an additional event payload every time the Cron trigger isactivated. For example,`Successful ingress tests`|
530
530
|`expression`|`cronTriggers`| string|The Cron expression that defines the time and frequency of the Cron trigger.<br>For example,`0 3 * * 1-5` triggers the pipeline at_3:00 AM every weekday (Monday to Friday)_.|
531
531
|`disabled`|`cronTriggers`| boolean| Determines if the Cron trigger is enabled for activation. <br>By default, set to`false` meaning that it is always enabled. <br>To disable the trigger, set to`true`.|
532
532
|`gitTriggerId`|`cronTriggers`| string| The ID of the Git trigger to simulate for the pipeline, retrieved from the pipeline for which it is defined.<br>To simulate a Git trigger, the pipeline must have at least one Git trigger defined for it.<br>See[Git triggers](#git-triggers) in this article.|
533
-
|`branch`|`cronTriggers`| string| Valid only when a Git trigger is simulated.<br> The branch of the repofor which to simulate the Git trigger and is automatically populatedfrom the Git trigger ID.|
533
+
|`branch`|`cronTriggers`| string| Valid only when a Git trigger is simulated.<br> The branch of the reporetrievedfrom the Git trigger.|
534
534
|`variables`|`cronTriggers`| array| Valid only when a Git trigger is simulated.<br>The environment variables to populate for the pipeline when the Cron trigger is activated.|
535
535
| `options` | `cronTriggers` | array | Valid only when a Git trigger is simulated.<br>The behavior override options to implement for the current build. By default all overrides are set to `false`, meaning that the build inherits the default behavior set for the pipeline at the account level. <br>Can be any of the following:<br>{::nomarkdown}<ul><li><code class="highlighter-rouge">noCfCache</code>: When set to <code class="highlighter-rouge">true</code>, ignores Docker engine cache for build. See <a href="https://codefresh.io/docs/docs/kb/articles/disabling-codefresh-caching-mechanisms">Docker engine cache</a></li><li><code class="highlighter-rouge">noCache</code>: When set to <code class="highlighter-rouge">true</code>, ignores the last build's cache. Selecting this option may slow down your build.<br>See <a href="https://codefresh.io/docs/docs/kb/articles/disabling-codefresh-caching-mechanisms">Last build cache</a>.</li><li><code class="highlighter-rouge">resetVolume</code>: When set to <code class="highlighter-rouge">true</code>, resets the pipeline volume, useful for troubleshooting a build that hangs on the first step.<br> See <a href="https://codefresh.io/docs/docs/kb/articles/restoring-data-from-pre-existing-image-hangs-on/" target="_blank">Hangs on restoring data from pre-existing image</a>.</li><li><code class="highlighter-rouge">enableNotifications</code>: When set to <code class="highlighter-rouge">true</code>, sends Slack notifications, in addition to status updates to your Git provider.<br>See <a href="https://codefresh.io/docs/docs/integrations/notifications/slack-integration/" target="_blank">Slack notifications</a>.</li></ul>{:/}|