gCubeBuild-AlternateJdk/README.md

19 lines
500 B
Markdown
Raw 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.
2023-04-28 11:16:08 +02:00
Predefined maven goal: "clean deploy". It's possible to add further build options by input parameter
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
2023-04-28 11:16:08 +02:00
### Expected parameters (mandatory)
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.