jenkinsci / jenkinsci/durable-task-plugin
[JENKINS-67442] The pipeline bat step gets stuck when the workspace path has non-ascii characters
- Dominant language
- Java
- Stars
- 30
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
Since the encoding of the jenkins-wrap.bat script is UTF-8, and the system encoding is GBK, when the workspace path contains non-ascii codes, an error that the path cannot be found will be reported when executed.
---
Originally reported by ladaoku, imported from: The pipeline bat step gets stuck when the workspace path has non-ascii characters
Raw content of original issue
Since the encoding of the jenkins-wrap.bat script is UTF-8, and the system encoding is GBK, when the workspace path contains non-ascii codes, an error that the path cannot be found will be reported when executed.
environment
```
Jenkins 2.303.2
Durable Task Plugin 493.v195aefbb0ff2
Windows node(launch agant)
```
Contributor guide
Assessment
This issue has not been assessed yet.