Jump to: navigation, search

Deployed to a repository

Revision as of 18:33, 2 December 2013 by Khai Do (talk | contribs) (Release Deployments)

This documents how we deploy our builds.

CI Build Deployments

When CI builds are created it usually gets deployed to tarballs file server.

Release Deployments

When tags are created the tagged build gets deployed to an appropriate repository depending on the type of project that is built. Here is a list of some of the repositories:

  1. . Python projects are deployed to pypi
  2. . General Java projects are deployed to maven central
  3. . Jenkins plugins are deployed to jenkins repo