Update 'README.md'

edit readme
This commit is contained in:
Roberto Cirillo 2022-09-28 09:21:37 +02:00
parent d2649e161b
commit 72ce9ab787
1 changed files with 10 additions and 2 deletions

View File

@ -1,9 +1,17 @@
# Pipeline gCubeBuild
Given a git repository and a valid branch, a maven build is performed.
Given a git repository and a valid branch, a maven build is performed using jdk8.
For the moment a predefined goal is set inside the pipeline: "clean deploy"
## USAGE TIPS:
It can be added to a jenkinsjob or invoked manually
It can be added to a jenkinsjob or invoked manually
#Expected parameters
GIT_URL url of the project to build;
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.