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

Updating for spelling and grammar.#367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kostis-codefresh merged 1 commit intocodefresh-io:masterfromJr-14:patch-1
Feb 1, 2022
Merged
Changes fromall 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
10 changes: 5 additions & 5 deletions_docs/configure-ci-cd-pipeline/triggers/cron-triggers.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,7 +9,7 @@ redirect_from:
toc: true
---

Cron triggers allow you to create pipelines that start on a specific time schedule. Thisthis very useful for cleanup jobs or periodic checks or any other workflow that needs to run after a time interval.
Cron triggers allow you to create pipelines that start on a specific time schedule. Thisis very useful for cleanup jobs or periodic checks or any other workflow that needs to run after a time interval.

>All times mentioned in Cron triggers are using the UTC time zone.

Expand All@@ -35,8 +35,8 @@ Visit [this page](https://github.com/codefresh-io/cronus/blob/master/docs/expres

Fill the following information:

* Use Cron helper wizard to build a valid `cron` expression or write custom `cron` expression on last tab.
* Add a free text message, that will be sent as additional event payload every time `cron` is executed.
* Use Cron helper wizard to build a valid `cron` expression or write custom `cron` expression onthelast tab.
* Add a free text message, that will be sent asanadditional event payload every time `cron` is executed.

{% include image.html
lightbox="true"
Expand DownExpand Up@@ -79,7 +79,7 @@ Visit [this page](https://github.com/codefresh-io/cronus/blob/master/docs/expres

#### Setup pipeline trigger

Now, lets create a new pipeline trigger, linking previously defined `cron` `trigger-event` to oneore more Codefresh pipelines.
Now, lets create a new pipeline trigger, linking previously defined `cron` `trigger-event` to oneor more Codefresh pipelines.

```sh
# create trigger, linking trigger-event UID to the pipeline UID
Expand All@@ -89,7 +89,7 @@ codefresh create trigger "cron:codefresh:codefresh:0 */20 * * * *:hello-once-in-
codefresh create trigger "cron:codefresh:codefresh:0 */20 * * * *:hello-once-in-20-min:107e9db97062" 4a5634e4b2cd6baf021a3c0a
```

From now on, every 20 minutes Codefresh will trigger pipeline execution for 2pipeline linked to the previously specified `cron` `trigger-event` (once in 20 minutes)
From now on, every 20 minutes Codefresh will triggerapipeline execution for 2pipelines linked to the previously specified `cron` `trigger-event` (once in 20 minutes)

#### Cron Event payload

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp