We are able to reproduce the issue, using a public github project, shared by customer.
- Create a Maven project in Jenkins. URL of the project is mentioned in another comment
- Set Goal to "clean install"
- The name for published artifact, has the properties appended to file-name (See the URL Encoding for ; & = in request.log)
In request.log, ; is encoded to %3B and = is encoded to %3D for the custom properties only.
Build properties like build.name, build.number do not have encoding.
20180718165217|17|REQUEST|10.6.19.170|admin|PUT|/libs-snapshot-local/com/example/demo-85441/0.0.1-SNAPSHOT/demo-85441-0.0.1-SNAPSHOT.zip%3Bzip.type%3Ddocs%3Bzip.deployed%3Dfalse;vcs.revision=59b68fe4e93e57971fa27df402119a53e84e8adf;build.timestamp=1531957921482;build.name=test-pivotal;build.number=11|HTTP/1.1|201|916
- depends on
-
BI-459 Matrix paramaters are not encoded properly
- Resolved