Azure Dev Ops Pipeline Processor

Azure DevOps Processor that migrates Taskgroups, Build- and Release Pipelines.

Last updated: June 25, 2025 | Edit this page | Discuss this page

Azure DevOps Processor that migrates Taskgroups, Build- and Release Pipelines.

top

Options

Parameter Type Description Default Value
BuildPipelines List List of Build Pipelines to process. If this is null then all Build Pipelines will be processed. missing XML code comments
Enabled Boolean If set to true then the processor will run. Set to false and the processor will not run. missing XML code comments
MigrateBuildPipelines Boolean Migrate Build Pipelines true
MigrateReleasePipelines Boolean Migrate Release Pipelines true
MigrateServiceConnections Boolean Migrate Service Connections secrets need to be entered manually true
MigrateTaskGroups Boolean Migrate Task Groups true
MigrateVariableGroups Boolean Migrate Variable Groups true
ReleasePipelines List List of Release Pipelines to process. If this is null then all Release Pipelines will be processed. missing XML code comments
RepositoryNameMaps Dictionary Map of Source Repository to Target Repository Names missing XML code comments
SourceName String This is the IEndpoint that will be used as the source of the Migration. Can be null for a write only processor. missing XML code comments
TargetName String This is the IEndpoint that will be used as the Target of the Migration. Can be null for a read only processor. missing XML code comments
top

Samples

top

Sample

Sample

{
  "MigrationTools": {
    "Version": "16.0",
    "Processors": [
      {
        "ProcessorType": "AzureDevOpsPipelineProcessor",
        "BuildPipelines": "",
        "Enabled": "False",
        "MigrateBuildPipelines": "True",
        "MigrateReleasePipelines": "True",
        "MigrateServiceConnections": "True",
        "MigrateTaskGroups": "True",
        "MigrateVariableGroups": "True",
        "ReleasePipelines": "",
        "SourceName": "sourceName",
        "TargetName": "targetName"
      }
    ]
  }
}
top

Defaults

Defaults

{
  "MigrationTools": {
    "Version": "16.0",
    "Processors": [
      {
        "ProcessorType": "AzureDevOpsPipelineProcessor",
        "BuildPipelines": "",
        "Enabled": "False",
        "MigrateBuildPipelines": "True",
        "MigrateReleasePipelines": "True",
        "MigrateServiceConnections": "True",
        "MigrateTaskGroups": "True",
        "MigrateVariableGroups": "True",
        "ReleasePipelines": "",
        "SourceName": "sourceName",
        "TargetName": "targetName"
      }
    ]
  }
}
top

Classic

Classic

{
  "$type": "AzureDevOpsPipelineProcessorOptions",
  "Enabled": false,
  "MigrateBuildPipelines": true,
  "MigrateReleasePipelines": true,
  "MigrateTaskGroups": true,
  "MigrateVariableGroups": true,
  "MigrateServiceConnections": true,
  "BuildPipelines": null,
  "ReleasePipelines": null,
  "RepositoryNameMaps": {},
  "SourceName": "sourceName",
  "TargetName": "targetName"
}
top

Metadata

Project Information
Azure DevOps Marketplace
YouTube Channel
Maintainer

Created and maintained by Martin Hinshelwood of nkdagility.com

Documentation Versions
Production Azure DevOps Migration Tools Release Version
Preview Azure DevOps Migration Tools Preview Version
Getting Support
Community Support
Questions & Discussions

The first place to look for usage, configuration, and general help.

Commercial Support

We provide training, ad-hoc support, and full service migrations through our professional services.

Azure DevOps Migration Services
Documentation