Replies: 2 comments
-
@38224 Could you please try setting the AuthenticationMode to As of now, the Pipeline Processor only works with AccessToken authentication. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have other processors working fine, for some reason the pipeline migrations doesnt work. i am using 12.0 version
I can migrate work items and teams, i just cant migrate anything else.... if you got examples i would apretiate
"Processors": [
{
"$type": "AzureDevOpsPipelineProcessorOptions",
"Enabled": true,
"MigrateBuildPipelines": true,
"MigrateReleasePipelines": true,
"MigrateTaskGroups": true,
"MigrateVariableGroups": true,
"MigrateServiceConnections": true,
"BuildPipelines": null,
"ReleasePipelines": null,
"ProcessorEnrichers": null,
"SourceName": "PipelineSource",
"TargetName": "PipelineTarget"
}]
[14:30:58 INF] ProcessorContainer: Adding Processor AzureDevOpsPipelineProcessor
[14:30:58 INF] Processor::Configure
[14:30:58 INF] Processor::Configure Processor Type AzureDevOpsPipelineProcessor
[14:30:58 INF] Creating endpoint with name Source
[14:30:58 WRN] No Enrichers have been Configured
[14:30:58 ERR] In the Processor configuration, specify the SourceName, for example "SourceName" : "mySourceName" and make sure there's an EndPoint with that name
[14:30:58 ERR] Unhandled exception!
System.ArgumentNullException: Value cannot be null.
Parameter name: AccessToken
at MigrationTools.Endpoints.AzureDevOpsEndpoint.Configure(AzureDevOpsEndpointOptions options) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.Rest\Endpoints\AzureDevOpsEndpoint.cs:line 38
at MigrationTools.Endpoints.EndpointFactoryServiceCollectionExtensions.<>c__DisplayClass1_0`2.b__0(IServiceProvider provider) in D:\a\1\s\src\MigrationTools\Endpoints\EndpointFactoryServiceCollectionExtensions.cs:line 41
at MigrationTools.Endpoints.EndpointFactory.CreateEndpoint(String name) in D:\a\1\s\src\MigrationTools\Endpoints\EndpointFactory.cs:line 55
at MigrationTools.Processors.Processor.Configure(IProcessorOptions options) in D:\a\1\s\src\MigrationTools\Processors\Processor.cs:line 58
at MigrationTools.Processors.AzureDevOpsPipelineProcessor.Configure(IProcessorOptions options) in D:\a\1\s\src\MigrationTools.Clients.AzureDevops.Rest\Processors\AzureDevOpsPipelineProcessor.cs:line 37
at MigrationTools._EngineV1.Containers.ProcessorContainer.Configure() in D:\a\1\s\src\MigrationTools_EngineV1\Containers\ProcessorContainer.cs:line 61
at MigrationTools.MigrationEngine.Run() in D:\a\1\s\src\MigrationTools\MigrationEngine.cs:line 87
at MigrationTools.Host.ExecuteHostedService.b__5_1() in D:\a\1\s\src\MigrationTools.Host\ExecuteHostedService.cs:line 38
Beta Was this translation helpful? Give feedback.
All reactions