diff --git a/docs/git-resolver.md b/docs/git-resolver.md index 463922dab7c..0f659cfa969 100644 --- a/docs/git-resolver.md +++ b/docs/git-resolver.md @@ -112,6 +112,10 @@ Note that not all `go-scm` implementations have been tested with the `git` resol * BitBucket Server * BitBucket Cloud +Fetching from multiple Git providers with different configuration is not +supported. You can use the [http resolver](./http-resolver.md) to fetch URL +from another provider with different credentials. + #### Task Resolution ```yaml diff --git a/docs/http-resolver.md b/docs/http-resolver.md index 8dada19a58c..90fc4bf16f2 100644 --- a/docs/http-resolver.md +++ b/docs/http-resolver.md @@ -1,5 +1,6 @@