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 3835f36 no need to activate all those publishers
3835f36 is described below
commit 3835f36383eb90d17eeb07cb5b8293a9185f554e
Author: Olivier Lamy <[email protected]>
AuthorDate: Mon Aug 17 19:20:51 2020 +1000
no need to activate all those publishers
---
vars/asfMavenTlpPlgnBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index ed25a58..e7a9f33 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -195,9 +195,9 @@ def doCreateTask( os, jdk, maven, tasks, first, plan,
taskContext )
junitPublisher(ignoreAttachments: false),
findbugsPublisher(disabled: disablePublishers),
openTasksPublisher(disabled: disablePublishers),
- dependenciesFingerprintPublisher(),
+ dependenciesFingerprintPublisher(disabled: disablePublishers),
invokerPublisher(),
- pipelineGraphPublisher(),
+ pipelineGraphPublisher(disabled: disablePublishers),
mavenLinkerPublisher(disabled: false)
], publisherStrategy: 'EXPLICIT') {
dir (stageDir) {