GitRepositoryEnricher: Map repo to identical repo in different project in same org #1656
jason-tbsm
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to map the source repos to target repos that exist outside the target project. The repos I would like to map are still in the same organization.
I've tried using the full URL of the repo in the map but I keep getting the following error
GitRepositoryEnricher: Target Repo not found. Cannot map https://********/tfs/TBSMCollection/TBSM/_git/FPModel to ???
I've tried the following maps and received the same error.
Is this possible? If so, does anyone know what I'm doing wrong?
These are the 2 config settings I've tried.
"GitRepoMapping": {
"FPModel": "https://[email protected]/----/Financial/_git/930bf758-a38d-45fe-a46b-7c650ea0e25d/"
},
"GitRepoMapping": {
"FPModel": "https://dev.azure.com/----/Financial/_git/FPModel"
},
Beta Was this translation helpful? Give feedback.
All reactions