Octopus to Azure DevOps migration

Anonymous
2021-07-09T07:38:19.007+00:00

Hello,

Does any one has migrated Octopus deploy pipelines to Azure DevOps pipelines. Any idea how to do that.

Thanks,
Amit

Community Center Not monitored
{count} votes

3 answers

Sort by: Most helpful
  1. Leon Laude 86,026 Reputation points
    2021-07-09T07:46:50.227+00:00

    Hi @Anonymous ,

    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

    1 person found this answer helpful.

  2. Vivek Ayer 1 Reputation point
    2022-01-10T08:43:33.267+00:00
    0 comments No comments

  3. Serhii Abanichev 1 Reputation point
    2022-07-28T20:50:42.66+00:00

    Hi @Anonymous ,

    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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.