unable to make this work on Pipelines #1377
Replies: 2 comments
-
[10:51:03 DBG] Endpoint::Configure |
Beta Was this translation helpful? Give feedback.
-
Check the thread on #1185 The new Endpoint management system is not yet well documented. See https://nkdagility.github.io/azure-devops-migration-tools/Reference/v2/ |
Beta Was this translation helpful? Give feedback.
-
I have tried editing multiple configs but i am not able to make this work. Can i please have someone look at my config?
{
"Version": "12.0",
"workaroundForQuerySOAPBugEnabled": false,
"ChangeSetMappingFile": null,
"LogLevel": "Verbose",
"Endpoints": {
"AzureDevOpsEndpoints": [
{
"Name": "Source",
"$type": "AzureDevOpsEndpointOptions",
"Organisation": "https://devops.internal.nau.edu/ITS-PaaS/",
"Project": "apps-vendor",
"AuthenticationMode": "Prompt",
"EndpointEnrichers": null
},
{
"Name": "Target",
"$type": "AzureDevOpsEndpointOptions",
"Organisation": "https://dev.azure.com/NAU-ITS-CIA/",
"Project": "thefedsistesting",
"AuthenticationMode": "Prompt",
"EndpointEnrichers": null
}
]
},
"GitRepoMapping": null,
"Processors": [
{
"$type": "AzureDevOpsPipelineProcessorOptions",
"Enabled": true,
"MigrateBuildPipelines": true,
"MigrateReleasePipelines": true,
"MigrateTaskGroups": true,
"MigrateVariableGroups": true,
"MigrateServiceConnections": true,
"BuildPipelines": [
"InauNauEdu-Build"
],
"ReleasePipelines": null,
"ProcessorEnrichers": null,
"SourceName": "Source",
"TargetName": "Target"
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions