jenkinsci / jenkinsci/durable-task-plugin
[JENKINS-37036] Pipeline can't run 'bat' when the job name contains chinese characters
- Dominant language
- Java
- Stars
- 30
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
I have an pipeline job contains chinese characterss, when run the job, it hungs when launching 'bat', even restart the jenkins service.
Every thing is ok when the job named in english.
I looked at jenkins-wrap.bat in the durable temporary directory, the file is encoded with utf-8, maybe this caused the problem.
---
Originally reported by dayongxie, imported from: Pipeline can't run 'bat' when the job name contains chinese characters
jglick
Raw content of original issue
I have an pipeline job contains chinese characterss, when run the job, it hungs when launching 'bat', even restart the jenkins service.
Every thing is ok when the job named in english.I looked at jenkins-wrap.bat in the durable temporary directory, the file is encoded with utf-8, maybe this caused the problem.
environment
```
Windows7
Jenkins 2.7.1
```
Contributor guide
Assessment
This issue has not been assessed yet.