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/archiva-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push:
new 5b9dc34 disable some non used publishers
5b9dc34 is described below
commit 5b9dc345bf78d5782f4db78e49367d53bf435868
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 21:40:25 2022 +1000
disable some non used publishers
---
vars/asfStandardBuild.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index 3ffcf52..b09167a 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -47,8 +47,8 @@ def call(Map params = [:]) {
def defaultPublishers = [artifactsPublisher(disabled: false),
junitPublisher(ignoreAttachments: false, disabled: false),
findbugsPublisher(disabled: true),
openTasksPublisher(disabled: true),
- dependenciesFingerprintPublisher(disabled: false),
invokerPublisher(disabled: true),
- pipelineGraphPublisher(disabled: false),
mavenLinkerPublisher(disabled: false)]
+ dependenciesFingerprintPublisher(disabled: true),
invokerPublisher(disabled: true),
+ pipelineGraphPublisher(disabled: true),
mavenLinkerPublisher(disabled: true)]
def publishers = params.containsKey('publishers') ? params.publishers :
defaultPublishers