Automated Deployment with Octopus Deploy
#Octopus #Deploy

Automated Deployment with Octopus Deploy

As you know continuous integration (CI) and continuous deployment (CD) are popular buzzwords in the agile world. We can integrate our multiple processes such as pulling codes, building them, running unit tests, reporting them etc. with CI tools such as Jenkins, Bamboo, TeamCity, etc.

On the other side, in order to create a package and deploy it to the specific environment, we need to write some custom scripts or use some professional deployment tools such as Octopus Deploy. Octopus is a deployment tool for .NET projects. It is official description says that "Octopus works with your build server to enable reliable, secure, automated releases of ASP.NET applications and Windows Services into test, staging and production environments, whether they are in the cloud or on-premises."

In this article, I explained how to integrate Octopus with Jenkins to succeed Continuous Deployment process.

You can find the details on below page. Happy Learning! :)

https://www.swtestacademy.com/octopus-deploy/

要查看或添加评论,请登录

Onur Baskirt的更多文章

  • WHOLE TEAM APPROACH

    WHOLE TEAM APPROACH

    In agile testing, quality is everyone's responsibility. Testing in agile is not only about tester and is not only the…

    1 条评论
  • Software Testing Metrics and KPIs

    Software Testing Metrics and KPIs

    Original Article Link: https://www.swtestacademy.

    2 条评论
  • Algorithms and Computer Science

    Algorithms and Computer Science

    Analytical thinking is a very critical and desired skill of a tester and developer in the software world. In order to…

社区洞察

其他会员也浏览了