jenkinsci / jenkinsci/durable-task-plugin

[JENKINS-53078] url encoded string doesn't work in powershell script

Open
#439 0 comments 0 reactions 0 assignees View on GitHub
component:durable-task-plugin imported-jira-issue priority:minor resolution:unresolved
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


  • status: Open
  • priority: Minor
  • component(s): durable-task-plugin
  • label(s): powershell
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-09

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.