My jenkins build is suddenly not working now.The error is as follows:-
Fetching changes from the remote Git repository
> git config remote.origin.url <
I was seeing the same issue, but disk space and VM memory were not the problem. What fixed it for me was making the job re-clone on build:
In my case, found that my infrastructure team member changed the ownership of the workspace. After changing folder ownership (in my case it jenkins:apache) its start working.
Thanks & Regards Jaiswar Vipin Kumar R.