jenkinsci / jenkinsci/workflow-multibranch-plugin
[JENKINS-63258] Mangled workspace names in multibranch
- Dominant language
- Java
- Stars
- 87
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Same problem descrip in https://issues.jenkins-ci.org/browse/JENKINS-38706
Multibranch Pipeline jobs started but cut the workspaces directory.
By example,
converter-consumer-job
create folder
erter-consumer_push-check_master
This not affect build directly but the access to result in workspace directory at the end of pipeline
No such file or directory
---
Originally reported by rmsys, imported from: Mangled workspace names in multibranch
Raw content of original issue
Same problem descrip in https://issues.jenkins-ci.org/browse/JENKINS-38706
Multibranch Pipeline jobs started but cut the workspaces directory.
By example,
converter-consumer-jobcreate folder
erter-consumer_push-check_masterThis not affect build directly but the access to result in workspace directory at the end of pipeline
No such file or directory
environment
```
Jenkins Server v 2.222.4 / Linux (running in container)
Pipeline: API 2.40
Pipeline: Multibranch v 2.21
Pipeline v 2.6
Pipeline: Declarative v 1.7.0
Jenkins agent
Amazon Linux / Linux 4.14.128-87.105.amzn1.x86_64
```
Contributor guide
Assessment
This issue has not been assessed yet.