Describe pipeline's expected parameters.

This commit is contained in:
Manuele Simi 2020-02-03 15:38:33 -05:00
parent 9dd4f92b7b
commit 3fd7da10b1
1 changed files with 4 additions and 2 deletions

View File

@ -16,9 +16,11 @@ Jenkins Pipeline script to manage a complete gCube release.
## Expected parameters ## Expected parameters
Parameters from the Jenkins pipeline project: Parameters from the Jenkins pipeline project:
* Type: a choice of 'SNAPSHOT-DRY-RUN', 'SNAPSHOT', 'RELEASE-DRY-RUN', 'RELEASE-STAGING', 'RELEASE' * Type: a choice of 'SNAPSHOT-DRY-RUN', 'SNAPSHOT', 'RELEASE-DRY-RUN', '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)
* cleanup_gcube_artifacts: a boolean flag to decide whether to wipe out the gCube artifacts from the local repository before the build
* cleanup_local_repo: a boolean flag to decide whether to wipe out all the artifacts from the local repository before the build
* resume_from: a build number. If specified, the new build will resume from the last failed job of that build
## References ## References
* [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) * [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)