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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,21 @@ You can create and manage schedules in the Schedules section of your Pipeline Se
8
8
9
9
You can also create and manage schedules using the [Buildkite GraphQL API](/docs/apis/graphql-api).
10
10
11
+
## Cron job permission consideration
12
+
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:
14
+
15
+
**Error:**
16
+
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.
11
20
12
21
## Schedule intervals
13
22
14
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.
15
24
16
-
>🚧 Interval granularity
25
+
>🚧 Interval granularity
17
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