Details
-
Bug
-
Resolution: Solved By
-
Major
-
Unknown
-
N/A
-
N/A
-
Description
Analysis:
- To see the error you need to activate debug logs for the withMaven step. Then you get
289397 ERROR: [withMaven] invokerPublisher - exception archiving Invoker runs for Maven artifact MavenArtifact{org.xwiki.platform:xwiki-platform-tool-packager-plugin:maven-plugin:14.10.5-SNAPSHOT( version: 14.10.5-SNAPSHOT, snapshot:true) } generated by PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.3.0@run integration-test}: java.io.IOException: Unknown attribute 'buildlog' for tag 'build-job' (position: START_TAG seen ...m-tool-packager-plugin/target/it/basic-import-export/build.log" />... @2:263) . Failing the build.
- Checking the source code of the Jenkins InvokerRun publisher, we can see that the behavior has changed in Dec 2022 and an error in the publisher now fails the build: https://github.com/jenkinsci/pipeline-maven-plugin/commit/08f725b927d9ee934aeaea1f372e3562510d5a28#diff-07a0326a979930635b0f3f4bb291db752d478b8885ff7c76a5741ac866879804R146
Seems the issue is https://issues.jenkins.io/browse/JENKINS-65459?focusedCommentId=434811&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-434811
Waiting for a response/release.
Attachments
Issue Links
- is related to
-
JENKINS-65459 Loading...