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 d4db54c use publisherStrategy: 'EXPLICIT' to avoid non used publishers
d4db54c is described below
commit d4db54c3f70f3adcfdcf3107f6b5bae4c6facd6d
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Dec 29 09:07:34 2018 +1000
use publisherStrategy: 'EXPLICIT' to avoid non used publishers
---
vars/asfMavenTlpPlgnBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 85bbd71..3852988 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -186,7 +186,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan,
taskContext )
dependenciesFingerprintPublisher(),
invokerPublisher(),
pipelineGraphPublisher()
- ]) {
+ ], publisherStrategy: 'EXPLICIT') {
dir (stageId) {
if (isUnix()) {
sh cmd.join(' ')