Skip to content

Commit

Permalink
Add note about child repository requirements (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
minghay authored Dec 11, 2024
1 parent 75d6cf6 commit 59444a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user-guide/configuration/externalConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ External config allows a single parent pipeline to create and manage the build c

This feature allows easier management of multiple repositories with the same workflow.

> Please note that a repository can only be added as a child if there are no pipelines already configured for the repository.
## Configure external config in parent pipeline
In your parent repository's `screwdriver.yaml`, you can define child pipelines with the keyword `childPipelines`. Screwdriver will create or delete child pipelines on your behalf based on the listed `scmUrls`. Please make sure you have **admin** access in each child repository in order to manage child pipelines through this feature.

Expand Down

0 comments on commit 59444a9

Please sign in to comment.