-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: artifactory-plugin
run a jenkins build that publishes to artifactory.
job name contains a whitespace in it (aka a job named "my job"
Â
run the buildÂ
Â
expected:Â
job succeed and built artifacts are published to artifactory
actual:Â
jenkins job fails with java.net.URISyntaxException: Illegal character in path where the index of the illegal character is theÂ
in my case normal named artifacts seem to publish ok but odd ones that are in my target directory are getting handled successfully
i.e.
[error] java.net.URISyntaxException: Illegal character in path at index 180:
http://mybox/artifactory/libs-snapshot-local/myco/myjar/1.0-SNAPSHOT/myjar-SNAPSHOT%20-/home/ec2-user/workspace/my job/target/myjar-assembly-1.0-SNAPSHOT.jar.jar
jenkins version: Â 2.462.3
artifactory plugin: 4.0.8