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
I have already googled and tried many commands ( I am pretty new to Linux commands) but didn’t help
Please help me
2
Answers
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
.Looks like error is in Repository URL.
Take url from your repo like in the picture and paste to jenkins job config.