jenkinsci / jenkinsci/durable-task-plugin
[JENKINS-53078] url encoded string doesn't work in powershell script
- Dominant language
- Java
- Stars
- 30
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
The url encoded string doesnt work with powershell plugin. Gitlap api need project name in url encoded format. https://docs.gitlab.com/ee/api/README.html#namespaced-path-encoding
powershell '''
curl "https://gitlab.com/group%2fprojectname"
'''
above script always return 404 even thought path is correctly encoded and exists.
---
Originally reported by xs2bharat, imported from: url encoded string doesn't work in powershell script
Raw content of original issue
The url encoded string doesnt work with powershell plugin. Gitlap api need project name in url encoded format. https://docs.gitlab.com/ee/api/README.html#namespaced-path-encoding
powershell '''
curl "https://gitlab.com/group%2fprojectname"
'''
above script always return 404 even thought path is correctly encoded and exists.
Contributor guide
Assessment
This issue has not been assessed yet.