Changes for page Installing and Configuring Jenkins
Last modified by Bastian Triller on 2012/08/24 19:38
From version 116.1
edited by Pascal Robert
on 2012/01/25 18:52
on 2012/01/25 18:52
Change comment:
There is no comment for this version
To version 118.1
edited by Pascal Robert
on 2012/01/30 14:42
on 2012/01/30 14:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -15,7 +15,7 @@ 15 15 1. Restart your computer 16 16 This is required because the current version of Jenkins does not create the its directory until it launches after you restart you computer. 17 17 1. Point your browser to: [[http://localhost:8080/]] 18 -1. Start setting up jobs (InstructionsfromWOWODC2011 ComingSoon)18 +1. [[Start setting up jobs>>WO:Configuring jobs in Jenkins]] 19 19 20 20 === Stand-Alone CentOS/RedHat/Amazon Linux === 21 21 ... ... @@ -161,6 +161,10 @@ 161 161 162 162 After Jenkins is installed and started, you will need to install at the very minimum two plugins: [[Multiple SCMs>>https://wiki.jenkins-ci.org/display/JENKINS/Multiple+SCMs+Plugin]] and [[Git>>https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin]]. They are required if you need to build projects by using the WOJenkins templates. If your projects are under another SCM like Subversion or CVS, you also need to install Jenkins for it. 163 163 164 +{{info}} 165 +Don't forget to set *Global Config user.name Value* and *Global Config user.email Value* in the Jenkins settings, or else doing a Git clone will return an error. 166 +{{/info}} 167 + 164 164 == Building projects == 165 165 166 166 See [[WO:Configuring jobs in Jenkins]]