Azure Dev Ops Pipeline Processor

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

Last updated: July 28, 2025 | Edit this page | Discuss this page

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

top

Options

Parameter
Type
Description
Default Value
Parameter:
BuildPipelines
Type:
List
Description:
List of Build Pipelines to process. If this is null then all Build Pipelines will be processed.
Default Value:
missing XML code comments
Parameter:
Enabled
Type:
Boolean
Description:
If set to true then the processor will run. Set to false and the processor will not run.
Default Value:
missing XML code comments
Parameter:
Enrichers
Type:
List
Description:
List of Enrichers that can be used to add more features to this processor. Only works with Native Processors and not legacy Processors.
Default Value:
missing XML code comments
Parameter:
MigrateBuildPipelines
Type:
Boolean
Description:
Migrate Build Pipelines
Default Value:
true
Parameter:
MigrateReleasePipelines
Type:
Boolean
Description:
Migrate Release Pipelines
Default Value:
true
Parameter:
MigrateServiceConnections
Type:
Boolean
Description:
Migrate Service Connections secrets need to be entered manually
Default Value:
true
Parameter:
MigrateTaskGroups
Type:
Boolean
Description:
Migrate Task Groups
Default Value:
true
Parameter:
MigrateVariableGroups
Type:
Boolean
Description:
Migrate Variable Groups
Default Value:
true
Parameter:
RefName
Type:
String
Description:
Refname will be used in the future to allow for using named Options without the need to copy all of the options.
Default Value:
missing XML code comments
Parameter:
ReleasePipelines
Type:
List
Description:
List of Release Pipelines to process. If this is null then all Release Pipelines will be processed.
Default Value:
missing XML code comments
Parameter:
RepositoryNameMaps
Type:
Dictionary
Description:
Map of Source Repository to Target Repository Names
Default Value:
missing XML code comments
Parameter:
SourceName
Type:
String
Description:
This is the IEndpoint that will be used as the source of the Migration. Can be null for a write only processor.
Default Value:
missing XML code comments
Parameter:
TargetName
Type:
String
Description:
This is the IEndpoint that will be used as the Target of the Migration. Can be null for a read only processor.
Default Value:
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

top

Schema

This is the JSON schema that defines the structure and validation rules for this configuration.

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://devopsmigration.io/schema/schema.processors.azuredevopspipelineprocessor.json",
  "title": "AzureDevOpsPipelineProcessor",
  "description": "Azure DevOps Processor that migrates Taskgroups, Build- and Release Pipelines.",
  "type": "object",
  "properties": {
    "buildPipelines": {
      "description": "List of Build Pipelines to process. If this is `null` then all Build Pipelines will be processed.",
      "type": "array"
    },
    "enabled": {
      "description": "If set to `true` then the processor will run. Set to `false` and the processor will not run.",
      "type": "boolean"
    },
    "enrichers": {
      "description": "List of Enrichers that can be used to add more features to this processor. Only works with Native Processors and not legacy Processors.",
      "type": "array"
    },
    "migrateBuildPipelines": {
      "description": "Migrate Build Pipelines",
      "type": "boolean",
      "default": "true"
    },
    "migrateReleasePipelines": {
      "description": "Migrate Release Pipelines",
      "type": "boolean",
      "default": "true"
    },
    "migrateServiceConnections": {
      "description": "Migrate Service Connections **secrets need to be entered manually**",
      "type": "boolean",
      "default": "true"
    },
    "migrateTaskGroups": {
      "description": "Migrate Task Groups",
      "type": "boolean",
      "default": "true"
    },
    "migrateVariableGroups": {
      "description": "Migrate Variable Groups",
      "type": "boolean",
      "default": "true"
    },
    "refName": {
      "description": "`Refname` will be used in the future to allow for using named Options without the need to copy all of the options.",
      "type": "string"
    },
    "releasePipelines": {
      "description": "List of Release Pipelines to process. If this is `null` then all Release Pipelines will be processed.",
      "type": "array"
    },
    "repositoryNameMaps": {
      "description": "Map of Source Repository to Target Repository Names",
      "type": "object"
    },
    "sourceName": {
      "description": "This is the `IEndpoint` that will be used as the source of the Migration. Can be null for a write only processor.",
      "type": "string"
    },
    "targetName": {
      "description": "This is the `IEndpoint` that will be used as the Target of the Migration. Can be null for a read only processor.",
      "type": "string"
    }
  }
}
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