Continuous integration

Continuous Integration refers to the Continuously integrating the code into the repository for developing a application. Multiple developers working on multiple features can easily push the changes into the shared repository. Continuous integration typically includes the below:

Version Control Management: Git
Source Code Management: GitLab/Bitbucket/GitHub


Continuous Integration involves 
  • Developers committing their code into the repository
  • Automated builds triggers to check if there are any errors in the code

Comments

Popular posts from this blog

What is Salesforce DevOps

Introduction to DevOps

Salesforce DevOps Course Introduction