-
Type:
Bug
-
Status: Resolved
-
Resolution: Done
-
Affects Version/s: 2.2.5, 2.2.7
-
Fix Version/s: 2.3.0
-
Component/s: None
-
Labels:None
Since BuildInfoResultAction.java has been modified in 37ebd6c2, the urlName used is incorrect.
As, for a job located in a folder, the name will contain the "/" character, the Util.rawEncode will change it to %2F. Before, in 2.2.4, you used the ExtractorUtils.sanitizeBuildName that would replace the "/" by " :: " string.
Currently, the links are not valid.
Please see the PR https://github.com/JFrogDev/jenkins-artifactory-plugin/pull/5 I filled for this issue.