Wednesday, January 15, 2020

Continuous Integration (CI) Tool

Continuous Integration (CI) is a development practice where developers integrate code into a shared repository frequently, preferably several times a day. Each integration can then be verified by an automated build and automated tests.

The popular CI toots are:

  1. Jenikins
  2. Travis 
  3. TeamCity
  4. Circle CI
  5. Codeship
  6. GitLab CI
  7. Buddy
  8. Semaphore
  9. NeverCode
  10. Bamboo
R



No comments:

Post a Comment