activate maven publishers for Jenkins: mavenLinkerPublisher pipelineGraphPublisher

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2018-12-31 11:41:37 +10:00
parent f406358cf6
commit b9d9bd2654
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -90,7 +90,7 @@ def mavenBuild(jdk, cmdline, mvnName) {
jdk: "$jdk",
publisherStrategy: 'EXPLICIT',
globalMavenSettingsConfig: settingsName,
options: [junitPublisher(disabled: false)],
options: [junitPublisher(disabled: false),mavenLinkerPublisher(disabled: false),pipelineGraphPublisher(disabled: false)],
mavenOpts: mavenOpts,
mavenLocalRepo: localRepo) {
// Some common Maven command line + provided command line