Difference between revisions of "Continuous Integration: Releases Manager"

From Gcube Wiki
Jump to: navigation, search
(Type of Builds)
(Launch the pipeline)
Line 8: Line 8:
  
 
In Jenkins:
 
In Jenkins:
* select the [[Continuous_Integration:_Releases_Jenkins_Pipeline#gCubeRelease_Pipeline_Project| gCubeRelease project]]
+
# select the [[Continuous_Integration:_Releases_Jenkins_Pipeline#gCubeRelease_Pipeline_Project| gCubeRelease project]]
* on the left side, click on 'Build with Parameters'
+
# on the left side, click on 'Build with Parameters'
* select the type of build we want to generate in the choice menu
+
# select the type of build we want to generate in the choice menu
 +
# click on the 'Build' button
  
 
[[File:CI_ReleaseManager_launch.png|600px]]
 
[[File:CI_ReleaseManager_launch.png|600px]]

Revision as of 18:24, 29 May 2019

Responsibilities

The Release Manager is in charge of:

Jenkins Activities

Launch the pipeline

In Jenkins:

  1. select the gCubeRelease project
  2. on the left side, click on 'Build with Parameters'
  3. select the type of build we want to generate in the choice menu
  4. click on the 'Build' button

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.