Jenkins integration

Codar includes a Jenkins plug-in for continuous deployment. The following illustration shows how it works.

  1. Developers check in changes.
  2. Continuous integration triggers build.
  3. Jenkins plug-in creates and deploys package.
  4. Application is deployed to different environments depending on lifecycle stage.
  5. In case of continuous promote, packages are moved to the final lifecycle stage if all the release gate actions are executed successfully.

Note Similar kind of OOTB integration is also available with Bamboo and TFS.