Init all the vars.

This commit is contained in:
Manuele Simi 2019-05-28 21:32:59 +02:00
parent 82afb3ecf2
commit d0bf65ad9a
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
// set the job options according to the Type of build
def options = ''
// set the build options according to the Type of build
def (options,maven_local_repo_path,maven_settings_file) = ['','','']
if (params.Type == 'SNAPSHOT') {
echo "Will configure Maven for SNAPSHOT artifacts"
options = ''