You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2018/12/31 05:34:32 UTC

[maven-jenkins-lib] branch master updated: add mavenLinkerPublisher

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new eb67b62  add mavenLinkerPublisher
eb67b62 is described below

commit eb67b62c6a1d630bc86339b13469c7a35aef8d8c
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Mon Dec 31 15:34:28 2018 +1000

    add mavenLinkerPublisher
---
 vars/asfMavenTlpPlgnBuild.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index dfb8492..ea2c3c4 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -185,7 +185,8 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
               openTasksPublisher(disabled: disablePublishers),
               dependenciesFingerprintPublisher(),
               invokerPublisher(),
-              pipelineGraphPublisher()
+              pipelineGraphPublisher(),
+              mavenLinkerPublisher(disabled: false)
            ], publisherStrategy: 'EXPLICIT') {
              dir (stageId) {
                if (isUnix()) {