Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Iet uz failu
Roberto Cirillo 07a6c87929 Merge pull request 'feature/23949' (#3) from feature/23949 into master
Reviewed-on: #3
pirms 11 mēnešiem
examples Save last JSON version. pirms 5 gadiem
.gitignore removed ide specific files pirms 11 mēnešiem
Jenkinsfile set to false releaseNotes propagation pirms 11 mēnešiem
LICENSE.md Add license information. pirms 4 gadiem
README.md Describe pipeline's expected parameters. pirms 4 gadiem

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.