Last modified by Bastian Triller on 2012/08/24 19:38

From version 47.1
edited by Pascal Robert
on 2012/01/08 21:47
Change comment: There is no comment for this version
To version 38.1
edited by Pascal Robert
on 2012/01/25 09:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -157,3 +157,11 @@
157 157  == Building WO Apps ==
158 158  
159 159  * Check out [[Installing and Configuring Jenkins Build Server^setupWorkspace.sh]]
160 +
161 +== Jenkins plugins ==
162 +
163 +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.
164 +
165 +== Building projects ==
166 +
167 +See [[WO:Configuring jobs in Jenkins]]