Jenkins continuous integration server: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann renamed Hudson to Jenkins |
imported>Balaur →Source Code Management System: file system |
||
| Line 46: | Line 46: | ||
===Source Code Management System=== |
===Source Code Management System=== |
||
| ⚫ | |||
==== Build from CVS==== |
|||
| ⚫ | |||
* CVS-Root |
* CVS-Root |
||
:* :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne |
:* :pserver:anonymous@arianne.cvs.sourceforge.net:/cvsroot/arianne |
||
| Line 54: | Line 57: | ||
:* leave this empty if you want to build HEAD. |
:* leave this empty if you want to build HEAD. |
||
:* or choose a branch name to build |
:* 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=== |
===Build Trigger=== |
||