Failed on call to get list when use AzureDevopsPipelineProcessor #2690
chicken90a
started this conversation in
General
Replies: 1 comment 2 replies
-
Please help me to resolve this issue |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
{
"Serilog": {
"MinimumLevel": "Debug"
},
"MigrationTools": {
"Version": "16.1",
"Endpoints": {
"Source": {
"EndpointType": "AzureDevOpsEndpoint",
"Organisation": "https://dev.azure.com/abc/",
"Project": "aaaaa",
"Authentication": {
"AuthenticationMode": "AccessToken",
"AccessToken": ""
}
},
"Target": {
"EndpointType": "AzureDevOpsEndpoint",
"Organisation": "https://dev.azure.com/xyz/",
"Project": "DMC",
"Authentication": {
"AuthenticationMode": "AccessToken",
"AccessToken": ""
}
}
},
"Processors": [
{
"ProcessorType": "AzureDevOpsPipelineProcessor",
"BuildPipelines": null,
"Enabled": "True",
"MigrateBuildPipelines": "True",
"MigrateReleasePipelines": "True",
"MigrateServiceConnections": "False",
"MigrateTaskGroups": "True",
"MigrateVariableGroups": "False",
"ReleasePipelines": null,
"SourceName": "Source",
"TargetName": "Target"
}
]
}
}
when i use this config to run migrate, i met an issue:

my pat is full access on source
I read the document and followed it, is this a bug?
my pat is full access on source
Beta Was this translation helpful? Give feedback.
All reactions