Difference between revisions of "Continuous Integration: Releases Manager"

From Gcube Wiki
Jump to: navigation, search
(Launch the pipeline)
(Launch the pipeline)
Line 12: Line 12:
 
* 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
  
[[File:CI_ReleaseManager_launch.png|800px]]
+
[[File:CI_ReleaseManager_launch.png|600px]]
 +
 
 
== Type of Builds ==
 
== Type of Builds ==
 
There are 4 types of builds that can be executed with the Pipeline:
 
There are 4 types of builds that can be executed with the Pipeline:

Revision as of 18:20, 29 May 2019

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

There are 4 types of builds that can be executed with the Pipeline:

  • SNAPSHOT-DRY-RUN (default)
  • SNAPSHOT
  • RELEASE-DRY-RUN
  • RELEASE

Pipeline Activities

Back to the CI guide.