Continuous Integration and Continuous Delivery (CI/CD) is a set of agile practices that helps with software processes from building to deployment.
Pipelines
A pipeline is a workflow that describes the steps of building and deploying software.
Vendors and providers
There are many vendors that can help automate the CI/CD process.
- TeamCity by JetBrains
- Jenkins pipelines are free and open source. Jenkins X is a commercial offering by Cloudbees.
- Bitbucket Pipelines
- Drone is a CI/CD provider. Offers cloud and on prem.
- CircleCI has a page on migration from Jenkins. Offers cloud and on prem.