Continuous Integration System aims to improve the quality of software with less time taken and less effort.
Advantage of CI (Continuous Integration).
Advantage of CI (Continuous Integration).
- Early warning of incompatible or broken code.
- Early warning of conflict changes.
- Immediate unit test for all changes.
- Immediate feedback to developers on Quality, Functionality and impact of code they are writing.
- Automate the build
- Make the build self-testing
- Keep the build fast
- Everyone can see the results of the latest build
- Automate deployment
Every commit to built automatically
Other Products for CI(Continuous Integration)
- Curise Control.
- Damage Control.
- Zed.
Bamboo.
No comments:
Post a Comment