Jenkins Build fails during fetch throwing GitException
Summary
git fetch operation fails giving "RPC failed" error when running Jenkins build job from a Cloud Virtual Linux Machine
Steps to reproduce
We see this issue when running Jenkins build job from a Cloud Virtual Machine. Also following git command will reproduce this issue: git fetch --tags --progress --depth=1 -- https://git.eclipse.org/r/osee/org.eclipse.osee.git
What is the current bug behavior?
It displays following error: stderr: error: RPC failed; curl 18 transfer closed with outstanding read data remaining fatal: The remote end hung up unexpectedly
What is the expected correct behavior?
No exception should be thrown. It should work without any issues.
Relevant logs and/or screenshots
Priority
- Urgent
- High
- Medium
- Low
Severity
- Blocker
- Major
- Normal
- Low
Impact
We can't build our Jenkins build because of this issue. We are migrating the Jenkins jobs to Cloud environment.