skip to Main Content

I have installed Git on my CentOS 7 and installed Jenkins
When I give my Git Path in the Source code management section, I am getting the below error. Can someone please error

enter image description here

I have already googled and tried many commands ( I am pretty new to Linux commands) but didn’t help
Please help me

2

Answers


  1. It seems like Jenkins is unable to execute the script because it does not have adequate permissions for the temporary directory.

    Give the user running Jenkins access to read and write to /tmp.

    Login or Signup to reply.
  2. Looks like error is in Repository URL. Example

    Take url from your repo like in the picture and paste to jenkins job config.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search