Branch: refs/heads/master Home: https://github.com/jenkinsci/pipeline-maven-plugin Commit: e15caab90b445b1d28ee686efb0697002b562434 https://github.com/jenkinsci/pipeline-maven-plugin/commit/e15caab90b445b1d28ee686efb0697002b562434 Author: Markus Hoffrogge <mhoffro...@gmail.com> Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths: M pipeline-maven-api/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenArtifact.java M pipeline-maven/src/main/java/org/jenkinsci/plugins/pipeline/maven/util/XmlUtils.java M pipeline-maven/src/test/java/org/jenkinsci/plugins/pipeline/maven/util/XmlUtilsTest.java M pipeline-maven/src/test/resources/org/jenkinsci/plugins/pipeline/maven/maven-spy-deploy-jar.xml R pipeline-maven/src/test/resources/org/jenkinsci/plugins/pipeline/maven/maven-spy-include-attached-artifacts.log A pipeline-maven/src/test/resources/org/jenkinsci/plugins/pipeline/maven/maven-spy-include-attached-artifacts.xml Log Message: ----------- fix JENKINS-69410: Links to Attached Artifacts broken (#854) * fix JENKINS-69410: Links to Attached Artifacts broken - pipeline-maven: - pipeline/maven/util/XmlUtils.java: - add missing attachedMavenArtifact.setVersion(version from deployed artifact) - pipeline-maven-api: - pipeline/maven/MavenArtifact.java: - avoid double // in deployed artifact URL if deploy repository URL ends with / * fix unit tests --------- Co-authored-by: Benoit GUERIN <benoit.guer...@free.fr> To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/pipeline-maven-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/pipeline-maven-plugin/push/refs/heads/master/dec598-e15caa%40github.com.