Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2120  / 3 Years ago, mon, october 11, 2021, 1:23:42

I am trying to install a completely working Jenkins on my old PC with Ubuntu Server 12.04. I think my installation of Ubuntu Server and Jenkins was succesfull. I can access the Jenkins page by internet from any computer. So now I want Jenkins to access my private gitrepo on BitBucket.com. I have found this tutorial: Configuring Jenkins Git Tutorial and I am stuck with step 3.5. With says do this:



cd /srv/jenkins/jobs/project/workspace
git config user.email "[email protected]"
git config user.name "jenkins"


But with the first command I get the error:



-su cd: /srv/jenkins/jobs/project/workspace: No such file or directory


Do I have to make this folder? But when I do:



mkdir /srv/jenkins/jobs/project/workspace
mkdir: cannot create directory '/srv/jenkins/jobs/project/workspace': No such file or directory


I don't know much about all these things, because I am fairly new to this. I have come this far just because of all the tutorial on the internet, but now I am stuck :(



Edit:

I have tried the commando:



mkdir -p /srv/jenkins/jobs/project/workspace
mkdir: cannot create directory: '/srv/jenkins': Permission denied


So I guess this is not the solution, because user jenkins doesn't have sudo rights. I hope some has another suggestion.


More From » server

 Answers
5

Ok I have it all working. The tutorial gave me a good start, but I never completed step 3.5. I did searching in all the options and there I was able to set all necessary options. And I went on with step 4 of the tutorial and filled all required fields.


[#25412] Tuesday, October 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
enytidge

Total Points: 169
Total Questions: 105
Total Answers: 107

Location: Papua New Guinea
Member since Tue, Aug 24, 2021
3 Years ago
enytidge questions
Tue, Feb 28, 23, 15:26, 1 Year ago
Sun, Jan 1, 23, 19:36, 1 Year ago
Sun, Oct 24, 21, 07:30, 3 Years ago
Wed, Nov 9, 22, 22:02, 2 Years ago
;