Fix formatting.
This commit is contained in:
parent
9a567a0c31
commit
080982a72a
11
README.md
11
README.md
|
@ -2,18 +2,19 @@
|
|||
|
||||
Jenkins Pipeline script to manage a complete gCube release.
|
||||
|
||||
# Requirements
|
||||
## Requirements
|
||||
* [Jenkins](https://jenkins.io/) ver. 2.164.2 or newer
|
||||
* [Pipeline: Maven](https://plugins.jenkins.io/pipeline-maven)
|
||||
* [Pipeline: Basic Steps](https://plugins.jenkins.io/workflow-basic-steps)
|
||||
* Jenkins configured with a JDK named 'OpenJDK 8'
|
||||
|
||||
# Reference documentation
|
||||
## Reference documentation
|
||||
[Jenkins Pipelines](https://jenkins.io/doc/book/pipeline/)
|
||||
|
||||
# Expected parameters
|
||||
## Expected parameters
|
||||
Expecter parameters from the Jenkins pipeline project:
|
||||
* Type: a choice SNAPSHOT/RELEASE
|
||||
|
||||
# Stages
|
||||
## 'build core components'
|
||||
## Stages
|
||||
### build core components
|
||||
|
||||
|
|
Loading…
Reference in New Issue