azure-devops-migration-tools icon indicating copy to clipboard operation
azure-devops-migration-tools copied to clipboard

Error in migrating pipelines

Open namangoyal15 opened this issue 3 years ago • 1 comments

This is for issues: For questions on usage please use https://stackoverflow.com/questions/tagged/azure-devops-migration-tools and tag with azure-devops-migration-tools

Describe your issue:

Unable to migrate the build & release pipelines I am migrating the pipelines from one organization to another in Azure DevOps under same account.

Please try to describe your objective.

Describe any Exceptions:

image

Masked Config.txt

logs.txt

Source Details

  • Source Version: Azure DevOps Services
  • Source Language: Eng

Target Details

  • Target Version: Azure DevOps Services

  • Target Language: Eng

I have completed the following:

  • [ ] Specified the Source and Target environments above
  • [ ] Attached the full Logfile from your last run
  • [ ] Attached the full Configuration file

namangoyal15 avatar Sep 07 '22 11:09 namangoyal15

@MrHinsh Can you please have a look at this?

namangoyal15 avatar Sep 07 '22 11:09 namangoyal15

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days

github-actions[bot] avatar Oct 08 '22 00:10 github-actions[bot]

This issue still exists and I didn't find any solution or response yet.

namangoyal15 avatar Oct 09 '22 12:10 namangoyal15

I ran into this as well. I believe you need to create Personal Access tokens and add them in your endpoints. Something like:

"AuthenticationMode": "AccessToken",
"AccessToken": "myTokenHere"

See the example in the docs: https://github.com/nkdAgility/azure-devops-migration-tools/blob/master/docs/Processors/AzureDevOpsPipelineProcessorOptions.md#example

Note that I couldn't get the Prompt authentication mode to work. I think it has to be AccessToken for some reason.

brandonaut avatar Oct 14 '22 22:10 brandonaut