Pipeline to manage a complete gCube release.
https://wiki.gcube-system.org/gcube/Continuous_Integration:_Releases_Jenkins_Pipeline
Manuele Simi 9ec18e4bf2 | ||
---|---|---|
examples | ||
releases | ||
Jenkinsfile | ||
README.md |
README.md
gCubeRelease
Jenkins Pipeline script to manage a complete gCube release.
Requirements
- Jenkins ver. 2.164.2 or newer
- Pipeline plugin
- Pipeline: Maven
- Pipeline: Basic Steps
- Kubernetes (for the YAML parser)
- NodeLabelParameter (to allow to dynamically select the node on which a job should be executed)
- Email Extension (to send emails with attachments)
- Jenkins configured with a JDK global tool named 'OpenJDK 8'
- Jenkins configured with a Maven global tool named 'Maven 3.6.2'
- One or more Jenkins agents labeled as 'CD'
Reference documentation
Expected parameters
Parameters from the Jenkins pipeline project:
- Type: a choice of 'SNAPSHOT-DRY-RUN', 'SNAPSHOT', 'RELEASE-DRY-RUN', 'RELEASE-STAGING', 'RELEASE'
- gCube_release_version: the gCube version to build (must match the YAML file in /releases)