Continuous Integration: Releases Manager

From Gcube Wiki
Revision as of 18:23, 29 May 2019 by Manuele.simi (Talk | contribs) (Type of Builds)

Jump to: navigation, search

Responsibilities

The Release Manager is in charge of:

Jenkins Activities

Launch the pipeline

In Jenkins:

  • select the gCubeRelease project
  • on the left side, click on 'Build with Parameters'
  • select the type of build we want to generate in the choice menu

CI ReleaseManager launch.png

Type of Builds

The Pipeline project can be launched in 4 different ways (Type parameter):

  • SNAPSHOT-DRY-RUN (default)
with this build, ...
  • SNAPSHOT
with this build, ...
  • RELEASE-DRY-RUN
with this build, ...
  • RELEASE
with this build, ...

Pipeline Activities

Back to the CI guide.