Go to file
Roberto Cirillo 2d0ff0d202 replace testing agent CD-test with CD 2022-03-07 16:26:22 +01:00
examples Save last JSON version. 2019-09-02 07:59:42 -04:00
Jenkinsfile replace testing agent CD-test with CD 2022-03-07 16:26:22 +01:00
LICENSE.md Add license information. 2020-02-02 21:57:29 -05:00
README.md Describe pipeline's expected parameters. 2020-02-03 15:38:33 -05:00

README.md

gCubeRelease

Jenkins Pipeline script to manage a complete gCube release.

Requirements

Expected parameters

Parameters from the Jenkins pipeline project:

  • 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)
  • 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

Wiki doc

License

This project is licensed under the EUPL V.1.1 License.