Azure Dev Ops Pipeline Processor

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

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

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

top

Options

ParameterTypeDescriptionDefault Value
BuildPipelinesListList of Build Pipelines to process. If this is null then all Build Pipelines will be processed.missing XML code comments
EnabledBooleanIf set to true then the processor will run. Set to false and the processor will not run.missing XML code comments
MigrateBuildPipelinesBooleanMigrate Build Pipelinestrue
MigrateReleasePipelinesBooleanMigrate Release Pipelinestrue
MigrateServiceConnectionsBooleanMigrate Service Connections secrets need to be entered manuallytrue
MigrateTaskGroupsBooleanMigrate Task Groupstrue
MigrateVariableGroupsBooleanMigrate Variable Groupstrue
ReleasePipelinesListList of Release Pipelines to process. If this is null then all Release Pipelines will be processed.missing XML code comments
RepositoryNameMapsDictionaryMap of Source Repository to Target Repository Namesmissing XML code comments
SourceNameStringThis 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
TargetNameStringThis 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

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