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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ 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'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:
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
14
15
15
**Error:**
16
16
17
17
_Could not find a matching team that includes both pipelines, each having a minimum "Build" access level._
18
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.
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.
0 commit comments