Jump to: navigation, search

Difference between revisions of "Deployed to a repository"

(Release Deployments)
(CI Build Deployments)
Line 4: Line 4:
 
== CI Build Deployments ==
 
== CI Build Deployments ==
  
When CI builds are created it usually gets deployed to [http://tarballs.openstack.org tarballs] file server.
+
When CI builds are created it usually gets deployed to the [http://tarballs.openstack.org tarballs] file server.
  
 
== Release Deployments ==
 
== Release Deployments ==

Revision as of 18:34, 2 December 2013

This documents how we deploy our builds.

CI Build Deployments

When CI builds are created it usually gets deployed to the 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