From dcc4ee56819dee3a196aea5ff17ab2363064fac0 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 28 Sep 2022 09:23:02 +0200 Subject: [PATCH] Update 'README.md' fix readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7cd9c6..bd5a4ce 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ 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.