jenkinsci / jenkinsci/durable-task-plugin

[JENKINS-67442] The pipeline bat step gets stuck when the workspace path has non-ascii characters

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


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

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

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.