Jenkins continuous integration server: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
renamed Hudson to Jenkins
imported>Balaur
Line 46:
 
===Source Code Management System===
 
Just select CVS and configure the following parameters:
==== Build from CVS====
 
JustTo build from CVS, just select CVS and configure the following parameters:
* CVS-Root
:* :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne
Line 54 ⟶ 57:
:* leave this empty if you want to build HEAD.
:* or choose a branch name to build
 
==== Build from the working copy ====
 
To build from the working copy:
* have the [https://wiki.jenkins-ci.org/display/JENKINS/File+System+SCM File System SCM] plugin installed
* select "File System" from "Source Code Management"
* Path: <code>/your/path/to/stendhal</code>
 
===Build Trigger===