Replies: 2 comments 2 replies
-
Also, i have mentioned, release pipelines migrated without Agent Specification... In spite of the fact that I can choose correct specification, it is available, but looks like migration tool just skip it in migration time. |
Beta Was this translation helpful? Give feedback.
-
Well, for us this tool was useful only for migration VariableGroups, TaskGroups, ServiceConnections. All other stuff(git including policy and settings, Secure Files, Build pipelines, release pipelines, environments, service hooks etc) we migrated with our own scripts based on Azure DevOps RestAPI. To be honest, even Work Item migration is a pain, because of a mess with links. Under the hood, links are attached to work items using internal id, but on target azure, this id is not equal to source id, it can be missed or can be in another project. And we have a huge mess. We would like not to migrate wrong links, but it is not possible not to do this... What I can say not about this tool - it can be useful for extremely simple migration :( Unfortunately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to migrate CI/CD from Azure SaaS to Azure SaaS.
As a preliminary step, we have migrated git repos using the git command(not via Azure Import repository).
I have multiple problems/questions with this migration.
Release pipelines were migrated without history, and what is more important, without Azure Repository Git artifacts attached. In fact, I can not say it is migrated, because now I need to fix each release pipeline by comparing with source and reattaching all artifacts. Is there a way how to make full migration without manual intervention?
As there is nothing related to repositories migration, I understand it is a very manual operation, because the recommended in multiple sources way(using git), does not migrate repository policies. So, now I need manually compare each repo and setup missed policies :(. Is there a way how to migrate it?
We have successfully migrated variable groups, task groups, something from release pipelines, but build pipelines part failed with error:
I have reviewed a lot of resources with the same problem, but any of the proposed fixes does not help in our case.
We use the last 11.11.23 version. Here is configuration file we use:
Beta Was this translation helpful? Give feedback.
All reactions