jenkinsci / jenkinsci/workflow-multibranch-plugin
[JENKINS-64367] Multibranch directory path length restriction not working properly
- Dominant language
- Java
- Stars
- 87
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Two days ago we updated Jenkins from 2.202.4 to 2.249.3.
Alongside, we updated the WMI plugin to 1.7 as well as the Bitbucket branch source plugin to 2.9.4.
Now the setting jenkins.branch.WorkspaceLocatorImpl.PATH_MAX sometimes is no longer picked up by some of the nodes - while other still respect the setting.
I dumped both 'System information' into my compare tool. No changes could be found besides the obvious ones, e.g. hostname.
Tried to reconnect both nodes. However this did not change anything.
Remark:
After updating Jenkins + WMI we had to manually delete the jenkins.exe.config file on all WMI agents to be able to connect them. Maybe this is related?
---
Originally reported by
macdrega, imported from: Multibranch directory path length restriction not working properly
Raw content of original issue
Two days ago we updated Jenkins from 2.202.4 to 2.249.3.
Alongside, we updated the WMI plugin to 1.7 as well as the Bitbucket branch source plugin to 2.9.4.
Now the setting jenkins.branch.WorkspaceLocatorImpl.PATH_MAX sometimes is no longer picked up by some of the nodes - while other still respect the setting.
I dumped both 'System information' into my compare tool. No changes could be found besides the obvious ones, e.g. hostname.
Tried to reconnect both nodes. However this did not change anything.
Remark:
After updating Jenkins + WMI we had to manually delete the jenkins.exe.config file on all WMI agents to be able to connect them. Maybe this is related?
environment
```
Jenkins 2.249.3
WMI 1.7
workflow-mutlibranch-plugin 2.21
bitbucket branch source 2.9.4
```
Contributor guide
Assessment
This issue has not been assessed yet.