Is it possible to migrate the newer YAML build pipeline definitions #898
marcokoellnercamaoone
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @marcokoellnercamaoone! Migrating YAML Pipelines is currently not supported. I'll look into that and let you know if it's possible to integrate it anytime soon 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, first, thank you for this awesome tool.
Beside our SourceCode we have about 36 build definitions and 18 release pipelines to copy into another project. So it would be a huge easing for us, to get this done with your migration tool.
Here is my question:
Azure DevOps is pushing developers to change their pipelines from "Azure Pipelines" with graphical editor to newer YAML based pipelines. In result the BuildDefinition response looks different for the new definifions:
The process.phases block is completely replaced by a reffererence to a yml file in the repository. Also other properties have changed.
I attached two different build definitions for a complete compare.
Do you think it's possible to enable YAML build definition migration? How long would it take?
BuildDefinitionAzurePipelines.zip
Beta Was this translation helpful? Give feedback.
All reactions