jenkinsci / jenkinsci/git-client-plugin
[JENKINS-30600] git isn't run inside build container
- Dominant language
- Java
- Stars
- 152
- Forks
- 402
- Avg merge
- 6h 47m
- Merged PRs (30d)
- 4
Description
Using docker-slaves, the checkout build phase is ran with commands inside the remoting container (which by change has git) not inside the configured build container.
This is due to git-client to create it's own LocalLauncher vs using the Node's one.
---
Originally reported by
ndeloof, imported from: git isn't run inside build container
Raw content of original issue
Using docker-slaves, the checkout build phase is ran with commands inside the remoting container (which by change has git) not inside the configured build container.
This is due to git-client to create it's own LocalLauncher vs using the Node's one.
Contributor guide
Assessment
This issue has not been assessed yet.