-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: durable-task-plugin
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.