add the invoker publisher to get logs on maven it failures
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
56ce28b49d
commit
313654b8e9
|
@ -31,6 +31,7 @@ def getFullBuild(jdk, os, mainJdk) {
|
|||
jdk: "$jdk",
|
||||
publisherStrategy: 'EXPLICIT',
|
||||
globalMavenSettingsConfig: settingsName,
|
||||
options: [invokerPublisher()],
|
||||
mavenOpts: mavenOpts,
|
||||
mavenLocalRepo: localRepo) {
|
||||
// Compile only
|
||||
|
|
Loading…
Reference in New Issue