Continuous Integration/Continuous Delivery Software

You can find a post that is an introduction to CI/CD.

This post feature CI/CD software.

Do not confuse CI-CD servers with build automation software. You can read more about them on this post.

List of CI/CD Solutions

List of CI-CD software featured on this post:

  • Jenkins
  • Tekton
  • TeamCity
  • CircleCI
  • Bamboo
  • CruiseControl
  • Travis CI
  • GitLab CI/CD

Jenkins

Jenkins is community-driven automation server.

It is FOSS under a MIT license.

When it was created, it was known as Hudson.

Jenkins official website

Tekton

Tekton is FOSS.

Tekton official website

TeamCity

TeamCity is a CI-CD tool developed by JetBrains.

TeamCity official website

CircleCI

CircleCI is a CI-CD platform.

CircleCI official website

Bamboo

Bamboo is a CI-CD tool developed by Atlassian.

Bamboo official website

CruiseControl

CruiseControl is a tool for continuous build.

It is written in Java. It is FOSS under a BSD-style license.

CruiseControl at Wikipedia

Travis CI

Travis CI is a continuous integration tool.

It is proprietary.

Travis CI at Wikipedia

GitLab CI/CD

GitLab CI/CD is a CI/CD solution developed by company GitLab.

GitLab CI/CD official documentation

You might also be interested in…

External References

Leave a Reply

Your email address will not be published. Required fields are marked *