Continuous Integration
Continuous integration (CI) is a software development practice in which developers
regularly integrate their code changes into a source code repository. To ensure that the new code
does not introduce bugs, automated builds and tests run before or after developers check in their
changes.
Many third-party CI tools are available for you to choose from. Salesforce DX easily integrates into these tools so that you can set up continuous integration for your Salesforce applications.