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
Copy file name to clipboardExpand all lines: pages/pipelines/scheduled_builds.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,19 @@ You can also create and manage schedules using the [Buildkite GraphQL API](/docs
10
10
11
11
## Cron job permission consideration
12
12
13
-
When setting up a cron job in your parent pipeline, it is important to ensure that the same `Team` has been assigned to the corresponding child pipeline. Failure to match the `Teams` between parent and child pipelines may result an error with the following message:
13
+
When setting up a cron job in your parent pipeline, it's important to ensure that the same `Team` has been assigned to the corresponding child pipeline. Failure to match the `Team` between the parent and child pipelines may result in an error with the following message:
<p><span style="color:red"><em>Could not find a matching team that includes both pipelines, each having a minimum "Build" access level.</em></span></p>
18
-
</div>
15
+
**Error:**
19
16
20
-
This error is indicative of a mismatch in `Team` assignments, and it highlights the importance of maintaining consistent team configurations across interconnected pipelines to avoid permission-related issues.
17
+
_Could not find a matching team that includes both pipelines, each having a minimum "Build" access level._
18
+
19
+
This error is indicative of a mismatch in `Team` assignments and highlights the importance of maintaining consistent team configurations across interconnected pipelines to avoid permission-related issues.
21
20
22
21
## Schedule intervals
23
22
24
23
The interval defines when the schedule will create builds. Schedules run in UTC time by default, and can be defined using either predefined intervals or standard crontab time syntax.
25
24
26
-
>🚧 Interval granularity
25
+
>🚧 Interval granularity
27
26
> Buildkite only guarantees that scheduled builds run within 10 minutes of the scheduled time, and therefore does not support intervals less than 10 minutes.
0 commit comments