Topics Ci cd What is a continuous integration server?

What is a continuous integration server?


Continuous integration (CI) is a staple of modern software development. While CI doesn’t technically require specific tools, most teams use a continuous integration server to help them streamline processes.

What does a CI server do?

A continuous integration server (sometimes known as a build server) essentially manages the shared repository and acts as a referee for the code coming in. When developers commit to the repository, the CI server initiates a build and documents the results of the build. Typically, the developer that committed the code change to the repository will receive an email notification with the results.

The majority of teams building software today are practicing continuous integration. Of those teams practicing continuous integration, most rely on a CI server to automate builds.

CI server vs. manual builds

For teams that do not use a CI server, they’re still able to achieve continuous integration through periodic builds they manage internally. Teams can use scripts they build themselves or manually trigger builds. Continuous integration isn’t a tool in iself, it’s a larger framework with a set of practices aided by certain tools.

For teams that want to practice continuous integration, there are some helpful tools that can make continuous integration easier. For teams that bypass using a CI server, it’s about having more control over the source code, testing, and commit processes.

Advantages of a CI server

Teams find CI servers useful in software development because it can offer certain process advantages.

Automated tests

When code is committed using a CI server, errors in the code are detected automatically. The server tests the code and provides feedback to the committer quickly, without the committer having to initiate a manual build.

Better collaboration

Instead of relying on developers to keep the shared repository up to date, the CI server manages all code coming in and maintains the integrity of the source code through automatic builds and tests. This allows developers to focus on their own projects instead of worrying about other projects breaking their tests. Teams can collaborate without worrying about code.

Streamlined workflow

Without CI servers, developers are working on different layers of the application with code saved on local machines. While teams that do manual or self-managed testing can get around these potential issues, a CI server takes this extra layer of coordination out of the workflow.

Examples of CI servers

The majority of tools we consider continuous integration tools are, in fact, CI servers. Some include additional functionality, such as source code management, continuous delivery, and testing.

GitLab CI

Learn more about GitLab CI

Jenkins

GitLab CI vs Jenkins

CircleCI

GitLab CI vs CircleCI

Take GitLab for a spin

See what your team can do with a single platform for software delivery.

Get free trial
Headshots of three people

Have a question? We're here to help.

Talk to an expert