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
- 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
Copy file name to clipboardExpand all lines: _docs/configure-ci-cd-pipeline/triggers/cron-triggers.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ redirect_from:
9
9
toc:true
10
10
---
11
11
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.
13
13
14
14
>All times mentioned in Cron triggers are using the UTC time zone.
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)