Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit298f064

Browse files
committed
Update codefresh-api.md
1 parentfc0b83f commit298f064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎_docs/integrations/codefresh-api.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,11 @@ The `cronTriggers` field is an array of objects that hold [Cron trigger informat
526526
| --------------| ----------------------------|-------------------------| -------------------------|
527527
|`event`|`cronTriggers`| string| Leave empty. Automatically generated by Codefresh for internal use.|
528528
|`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`|
530530
|`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)_.|
531531
|`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`.|
532532
|`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.|
534534
|`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.|
535535
| `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>{:/}|
536536

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp