gCubeBuild-AlternateJdk/README.md

19 lines
463 B
Markdown
Raw Permalink Normal View History

2022-09-21 15:13:03 +02:00
# Pipeline gCubeBuild
2022-09-20 12:22:01 +02:00
2022-09-28 09:21:37 +02:00
Given a git repository and a valid branch, a maven build is performed using jdk8.
2022-09-21 15:15:34 +02:00
For the moment a predefined goal is set inside the pipeline: "clean deploy"
2022-09-20 12:22:01 +02:00
## USAGE TIPS:
2022-09-28 09:21:37 +02:00
It can be added to a jenkinsjob or invoked manually
2022-09-28 09:22:22 +02:00
### Expected parameters
2022-09-28 09:21:37 +02:00
GIT_URL url of the project to build;
2022-09-28 09:23:02 +02:00
2022-09-28 09:21:37 +02:00
GIT_BRANCH branch of the project to build.
In this first version the jdk used is jdk8. In the future we can specify the jdk as input parameter.