Jenkins not able to fetch code from remote git

后端 未结 8 1374
梦毁少年i
梦毁少年i 2020-12-23 19:23

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 <         


        
8条回答
  •  -上瘾入骨i
    2020-12-23 20:21

    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.

提交回复
热议问题