Closed wilkolazki closed 1 year ago
Hi,
It is impossible to download artifacts using Jobs::artifactsByRefName and Jobs::artifactByRefName, because the space in jobs name is double-encoded to %2520 instead of %20.
Jobs::artifactsByRefName
Jobs::artifactByRefName
%2520
%20
I've created pull request #773 with fix to this issue.
Fixed in 11.10.1, 11.11.1, 11.12.0.
Hi,
It is impossible to download artifacts using
Jobs::artifactsByRefName
andJobs::artifactByRefName
, because the space in jobs name is double-encoded to%2520
instead of%20
.I've created pull request #773 with fix to this issue.