People writing code with an arrow showing it delivered to a build server then an arrow to the Octopus Deploy logo as a puzzle piece.

How Octopus complements your build server

Andy Corrigan

Our Continuous Integration series explored 2 build server options in Jenkins and GitHub Actions. As we discovered, Jenkins is a traditional build server with a self-managed instance at its center, while GitHub Actions performs similar tasks but as a service in a product you may already use. Either is worthwhile as part of a Continuous Integration and Continuous Deployment (CI/CD) workflow, depending on your needs.

As a deployment tool that sits between packages and their destinations, however, Octopus is build server agnostic. Octopus supports all major automation services on the market, but why should you connect them to Octopus?

Build servers can deploy too, but they don’t solve the same problems Octopus does.

In this post, we look at how Octopus complements your build server of choice and completes your development pipeline.

Build servers provide Continuous Integration, Octopus provides Continuous Deployment

We talk a lot about CI/CD on this blog. Though ‘CI’ and ‘CD’ combine to make a catchy acronym and share the belief that repetition gives confidence, they’re separate concepts.

CI exists mostly to serve developers. It's about automating tasks that used to slow them down, such as compiling, building, and testing code. These are the same functions build servers excel at, so it’s no accident that many in DevOps refer to build servers as ‘CI platforms’.

CD processes usually touch many teams as a release works its way through a pipeline’s environments. And where CD fundamentally differs to CI is the need for manual intervention at several stages.

Let’s look at how Octopus helps with managing those manual actions.

Build human interactions into your deployment process

As a release moves through a typical development pipeline (consisting of at least Dev, QA, and Production environments), you may need the following types of human checks or actions:

  • Developers may want to check deployed changes in Dev before a release moves into QA.
  • A QA team usually tests the product as you’d expect customers to use it. This is different to the automated code tests during builds.
  • A release may need sign-off from leadership before deployment to production (and thus your customers).

In Octopus, you can build manual intervention steps into your deployment processes. For example, if you need a deployment to pause and check for QA confirmation or management sign-off, that’s easy to add.

This helps keep your deployments moving along swiftly.

Use spaces to manage access to manual interactions

Sometimes, the people performing manual checks don’t need to see the full deployment picture. You can use Octopus Deploy’s Spaces feature to make sure teams only see what they need.

You could set Octopus access so:

  • Development teams can only deploy to Dev
  • QA teams can promote from Dev to QA
  • Managers can only confirm, consent, or reject deployment to the next phase
  • Project managers can only see the dashboard and reporting features
  • Teams can see only the projects they’re attached to

This provides security around your instance and makes your information clearer by reducing the clutter for everyone.

An example of organizational structure using Octopus

Octopus gives you confidence in releases

Octopus helps provide greater confidence in your releases before they go to production. It does this in a few ways.

Octopus matches your environment structure

While build servers can technically deploy a package to any target, they tend to lack the concept of environments.

An environment is a collection of deployment targets used for a specific purpose, such as regional server farms, virtual agents, and cloud services.

An ideal deployment should flow through at least 2 environments before it reaches users. A minimalist environment structure, for example, looks like this:

  • Development - an environment used by developers to iron out mistakes
  • Test - an environment for testing an app works as users would expect
  • Production - the live environment where users access your application

Some pipelines may add extra environments, such as User Acceptance Testing (UAT) or Staging. Regardless, the idea is to build confidence in your release before it hits production.

That’s why with Octopus, you deploy to environments rather than each individual target.

If you have complex projects that only need to hit certain targets in your environments, we have tools to help you manage that, such as variables and tenants.

Octopus controls deployment order with lifecycles

When setting your environments, Octopus automatically creates a ‘lifecycle’. The lifecycle controls the order a package moves through your environments whenever you deploy.

This means:

  • You can never accidentally skip an environment
  • Releases always promote in the correct order
  • Users only get your release when you want them to

You can have more than one lifecycle, though. For example, you might want special lifecycles for different projects, or use them to help set up a favored deployment pattern.

An example lifecycle in Octopus

Octopus uses just one deployment process across a project’s lifecycle

With Octopus, you set your deployment process just once per project. Unless you hit problems deploying to Dev, the process will stay the same throughout your entire pipeline.

By the time you’re ready to push to production, you can trust your deployment process because it’s worked before. Repeatable deployments breed confidence!

An example deployment process in Octopus

Octopus easily connects to both ends of your development pipeline

We already explored how, thanks to plugins and connecters, Octopus can connect to your build server of choice. You can find our plugins for popular CI platforms on the following marketplaces:

Octopus also easily connects to your deployment targets too. Whether that’s physical servers, containers, or any of the major cloud providers - Octopus can deploy there. We built much of this into Octopus to make it as easy as possible. After you define some environments, set your deployment targets with our simple setup wizards.

Octopus

Octopus offers clarity for project statuses

If a deployment by build server fails, it’s likely you need to go through logs to find out what went wrong. This is probably fine for the tech-minded, but it’s not ideal for everyone involved in deployments, such as release managers, leaders, or QA teams.

Thankfully, Octopus’s dashboard makes it easy to check what releases each environment has, and across all your projects too. Even during deployments.

An example of the Octopus Dashboard

Octopus’s Runbooks feature is one of its most useful additions, allowing you to automate a range of routine or emergency operations tasks.

This could include performing:

  • Incident recovery
  • Backups, restores, and tests
  • Spin-up and teardown of infrastructure
  • The stop, start, and restart of system services
  • File cleanup
  • The running of scripts in any language you need

We cover Octopus Runbooks in more detail in our Runbooks series.

Conclusion

Over the course of our series on Continuous Integration and build servers, we covered 2 great options in Jenkins and GitHub Actions. We looked at how they can help your teams and provided setup advice.

We also explained how CI and CD are separate concepts solving different problems, yet are 2 sides of the same coin and combine for something greater.

Finally, we offered insight into how Octopus can help complete your full CI/CD pipeline. But don’t just take our word for it, sign up for a free trial to see it in action for yourself.

Explore the DevOps engineer's handbook to learn more about DevOps, CI/CD, and deployment pipelines.

You can also learn more about why we recommend you build with GitHub and deploy with Octopus. There's lots of exciting work going on in this space at Octopus right now. If you're a software engineer and this is something you’re interested in, please keep an eye on our careers page.

Happy deployments!

Loading...