You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roberto Cirillo a0d714606f Update 'Jenkinsfile'
syntax fix exec_label variable
4 weeks ago
.gitignore add gitignore 12 months ago
Jenkinsfile Update 'Jenkinsfile' 4 weeks ago
README.md fix comments 12 months ago

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.