Difference between revisions of "Continuous Integration: Releases Manager"

From Gcube Wiki
Jump to: navigation, search
(Jenkins Activities)
(Launch the pipeline)
Line 6: Line 6:
 
= Jenkins Activities =
 
= Jenkins Activities =
 
== Launch the pipeline ==
 
== Launch the pipeline ==
 +
 +
In Jenkins:
 +
* select the [[Continuous_Integration:_Releases_Jenkins_Pipeline#gCubeRelease_Pipeline_Project| gCubeRelease project]]
 +
* on the left side, click on 'Build with Parameters'
 +
* select the type of build we want to generate in the choice menu
 +
 
[[File:CI_ReleaseManager_launch.png|800px]]
 
[[File:CI_ReleaseManager_launch.png|800px]]
 +
== 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 =
 
= Pipeline Activities =
  
 
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''
 
''Back to the [[Continuous_Integration_procedure_(2019) | CI guide]].''

Revision as of 17: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.