Difference between revisions of "Continuous Integration: Releases"

From Gcube Wiki
Jump to: navigation, search
Line 1: Line 1:
 
Releases in gCube are managed with Jenkins.  
 
Releases in gCube are managed with Jenkins.  
  
Single Jenkins [[https://wiki.gcube-system.org/gcube/Jenkins_Projects_(aka_Jobs)|jobs]] are triggered at each commit in the master branch for the Continuous Integration. Their outcomes are deployed on the Maven Snapshot Repository.
+
Single Jenkins [[Jenkins_Projects_(aka_Jobs)|jobs]] are triggered at each commit in the master branch for the Continuous Integration. Their outcomes are deployed on the Maven Snapshot Repository.
  
 
A dedicate Jenkins pipeline has been created to manage full builds of all the Jenkins jobs and to release the artifacts (i.e. deploy them on the Maven Release Repository) when successful. The pipeline is configured with a set of Maven build profiles to accommodate the different build scenarios.
 
A dedicate Jenkins pipeline has been created to manage full builds of all the Jenkins jobs and to release the artifacts (i.e. deploy them on the Maven Release Repository) when successful. The pipeline is configured with a set of Maven build profiles to accommodate the different build scenarios.

Revision as of 15:06, 29 May 2019

Releases in gCube are managed with Jenkins.

Single Jenkins jobs are triggered at each commit in the master branch for the Continuous Integration. Their outcomes are deployed on the Maven Snapshot Repository.

A dedicate Jenkins pipeline has been created to manage full builds of all the Jenkins jobs and to release the artifacts (i.e. deploy them on the Maven Release Repository) when successful. The pipeline is configured with a set of Maven build profiles to accommodate the different build scenarios.

Maven Build Profiles

Jenkins Pipeline

Jenkins Pipeline Definition

Activities of Release Manager

Back to the CI guide.