You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/02/11 19:05:23 UTC

[maven-jenkins-lib] branch master updated: [INFRA-17514] Jenkins invoker-plugin updated by INFRA

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

rfscholte 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 d44ea66  [INFRA-17514] Jenkins invoker-plugin updated by INFRA
d44ea66 is described below

commit d44ea6697c8090e41a63584e6e15cd8e9d903a1f
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Feb 11 20:05:16 2019 +0100

    [INFRA-17514] Jenkins invoker-plugin updated by INFRA
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index fc98f6a..e917f26 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -184,7 +184,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, taskContext )
               findbugsPublisher(disabled: disablePublishers),
               openTasksPublisher(disabled: disablePublishers),
               dependenciesFingerprintPublisher(),
-// DISABLED DUE TO INFRA-17514 invokerPublisher(),
+              invokerPublisher(),
               pipelineGraphPublisher(),
               mavenLinkerPublisher(disabled: false)
            ], publisherStrategy: 'EXPLICIT') {