Hello,
Does any one has migrated Octopus deploy pipelines to Azure DevOps pipelines. Any idea how to do that.
Thanks,
Amit
Hello,
Does any one has migrated Octopus deploy pipelines to Azure DevOps pipelines. Any idea how to do that.
Thanks,
Amit
Similar thread over here perhaps it could be helpful:
https://stackoverflow.com/questions/61349154/octopus-deploy-migration-to-azure-pipeline
If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!
Best regards,
Leon
Hi @LeonLaude
i already checked that but it is not clear on the migration path. They are talking about two technologies work together and all.
You could try asking in the dedicated Azure DevOps forum below, the experts there may know more:
https://developercommunity.visualstudio.com/report?space=21&entry=problem
If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!
Have a look at this blog post
Octopus deploy is more cd tool, when Azure DevOps provides end-to-end toolset for the whole ci/cd, including build/testing/deployment.
So, the short answer for your question will be: there is no simple way, how you can just export octopus project and import it as Azure DevOps pipeline. You have 2 ways on how to proceed: try to implement in ADO totally the same flow that you had on octopus or optimize your flow using all features that ADO provides. Personally, I support the second approach.
If you will have some more specific questions regarding such migration, please let me know and I'll try to support.
Best regards,
Serhii
9 people are following this question.