Go to file
Roberto Cirillo 82267f9ffd Merge pull request 'feature/25019' (#1) from feature/25019 into main
Reviewed-on: #1
2023-04-28 11:51:18 +02:00
.gitignore add gitignore 2023-04-28 11:49:04 +02:00
Jenkinsfile add default goal 2023-04-28 11:33:58 +02:00
README.md fix comments 2023-04-28 11:16:08 +02:00

README.md

Pipeline gCubeBuild

Given a git repository and a valid branch, a maven build is performed using jdk8. Predefined maven goal: "clean deploy". It's possible to add further build options by input parameter

USAGE TIPS:

It can be added to a jenkinsjob or invoked manually

Expected parameters (mandatory)

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.