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

Commit9931427

Browse files
authored
Updating for spelling and grammar. (codefresh-io#367)
- fixed 'this this' to 'this is'- added 'an' to prefix 'an additional'- corrected spelling of 'ore' to 'or'- pluralised pipeline to 'pipelines' when referring to 2 (two) or more pipelines
1 parent36ce693 commit9931427

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎_docs/configure-ci-cd-pipeline/triggers/cron-triggers.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99
toc:true
1010
---
1111

12-
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.
12+
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.
1313

1414
>All times mentioned in Cron triggers are using the UTC time zone.
1515
@@ -35,8 +35,8 @@ Visit [this page](https://github.com/codefresh-io/cronus/blob/master/docs/expres
3535

3636
Fill the following information:
3737

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

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

8080
####Setup pipeline trigger
8181

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

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

92-
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)
92+
From now on, every 20 minutes Codefresh will triggerapipeline execution for 2pipelines linked to the previously specified`cron``trigger-event` (once in 20 minutes)
9393

9494
####Cron Event payload
9595

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp