26 lines
875 B
Markdown
26 lines
875 B
Markdown
# gCubeRelease
|
|
|
|
Jenkins Pipeline script to manage a complete gCube release.
|
|
|
|
## Requirements
|
|
* [Jenkins](https://jenkins.io/) ver. 2.164.2 or newer
|
|
* [Pipeline plugin](https://wiki.jenkins.io/display/JENKINS/Pipeline+Plugin)
|
|
* [Pipeline: Maven](https://plugins.jenkins.io/pipeline-maven)
|
|
* [Pipeline: Basic Steps](https://plugins.jenkins.io/workflow-basic-steps)
|
|
* [Kubernetes](https://plugins.jenkins.io/kubernetes) (for the YAML parser)
|
|
* Jenkins configured with a JDK named 'OpenJDK 8'
|
|
* One or more Jenkins agents labeled as 'pipeline-agent'
|
|
|
|
## Reference documentation
|
|
[Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)
|
|
|
|
[Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/)
|
|
|
|
## Expected parameters
|
|
Parameters from the Jenkins pipeline project:
|
|
* Type: a choice SNAPSHOT-DRY-RUNSNAPSHOT/RELEASE-DRY-RUN/RELEASE
|
|
|
|
## Stages
|
|
### build core components
|
|
|