Update README.
This commit is contained in:
parent
82571d8d03
commit
11369aa31f
14
README.md
14
README.md
|
@ -11,19 +11,17 @@ Jenkins Pipeline script to manage a complete gCube release.
|
|||
* [NodeLabelParameter](https://plugins.jenkins.io/nodelabelparameter) (The node and label parameter plugin allows to dynamically select the node on which a job should be executed.)
|
||||
* 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 'pipeline-agent'
|
||||
* One or more Jenkins agents labeled as 'CD'
|
||||
|
||||
## Reference documentation
|
||||
[Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)
|
||||
1. [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)
|
||||
|
||||
[Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/)
|
||||
2. [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/)
|
||||
|
||||
3. [Wiki](https://wiki.gcube-system.org/gcube/Continuous_Integration:_Releases_Jenkins_Pipeline)
|
||||
|
||||
## 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)
|
||||
* gCube_release_version: the gCube version to build (must match the YAML file in /releases)
|
||||
|
||||
## Stages
|
||||
### build core components
|
||||
|
||||
|
|
Loading…
Reference in New Issue