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: GitSource 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
Post a Comment