Error while migrating build and release pipelines #1195
sarath2002
started this conversation in
General
Replies: 1 comment 8 replies
-
@MrHinsh can you help me on the build and release pipeline config |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Getting the below error while migrating the Build pipelines, task group migration failed so manually exported and imported it, this is from azure devops 2019 on prem to azure devops services.
{
"Version": "11.12",
"LogLevel": "Verbose",
"Endpoints": {
"AzureDevOpsEndpoints": [
{
},
{
}
]
},
"Processors": [
{
"$type": "AzureDevOpsPipelineProcessorOptions",
"Enabled": true,
"MigrateBuildPipelines": true,
"MigrateReleasePipelines": false,
"MigrateTaskGroups": true,
"MigrateVariableGroups": true,
"MigrateServiceConnections": false,
"BuildPipelines": null,
"ReleasePipelines": null,
"RefName": null,
"SourceName": "Source",
"TargetName": "Target",
"RepositoryNameMaps": null
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions