This is an automated email from the ASF dual-hosted git repository.
kwin 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 69a5e44 Remove openTasksPublisher from Maven options
69a5e44 is described below
commit 69a5e44d63731cb3ef2a06fe618eece63e6c2fde
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Mar 9 16:22:58 2026 +0100
Remove openTasksPublisher from Maven options
This option is just available when the unmaintained tasks plugin
(https://plugins.jenkins.io/tasks/) is installed in Jenkins
(https://plugins.jenkins.io/pipeline-maven/#plugin-content-report-publishers)
which is no longer the case.
---
vars/asfMavenTlpStdBuild.groovy | 1 -
1 file changed, 1 deletion(-)
diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index c80c7ca..c700017 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -97,7 +97,6 @@ def call(Map params = [:]) {
options: [
artifactsPublisher(disabled:
disablePublishers),
junitPublisher(ignoreAttachments: false),
- openTasksPublisher(disabled:
disablePublishers),
dependenciesFingerprintPublisher(disabled:
disablePublishers),
// DISABLED DUE TO INFRA-17514 invokerPublisher(),
pipelineGraphPublisher(disabled:
disablePublishers)