fix typo
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
19c6ae6347
commit
45feaccca7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -104,7 +104,7 @@ def mavenBuild(jdk, cmdline, options) {
|
||||
deploySettings = 'archiva-uid-jenkins'
|
||||
def mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true'
|
||||
|
||||
withMaven(maven: buildMvn, "$jdk": buildJdk,
|
||||
withMaven(maven: buildMvn, jdk: "$jdk",
|
||||
publisherStrategy: 'EXPLICIT',
|
||||
mavenOpts: mavenOpts,
|
||||
mavenSettingsConfig: deploySettings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user