This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch remove-openTaskPublisher in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
commit 8c2689c6ce3bfa7e2306f40c71b3260ff6226176 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)
