This time i'm serious

This commit is contained in:
Gabriele C 2018-07-18 13:10:00 +02:00
parent 757e71f798
commit 543568012b

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
stage ('Build & Deploy') { stage ('Build & Deploy') {
steps { steps {
withMaven( withMaven(
jdk 'OracleJDK 8', jdk: 'OracleJDK 8',
maven: 'Maven 3', maven: 'Maven 3',
globalMavenSettingsConfig: 'e5b005b5-be4d-4709-8657-1981662bcbe3', globalMavenSettingsConfig: 'e5b005b5-be4d-4709-8657-1981662bcbe3',
mavenOpts: '-Xmx4G' mavenOpts: '-Xmx4G'