From 72ce9ab7877127e64ab9f993c0535ce0fe16e9a9 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 28 Sep 2022 09:21:37 +0200 Subject: [PATCH] Update 'README.md' edit readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0bea58..268abec 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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. +