Jenkins continuous integration server: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Madmetzger
New page: [http://hudson.dev.java.net Hudson] is an extensible continuous integration server. At the moment it is tested. ==Installation== ==Configuration for Stendhal== TODO ===CVS=== TODO ===Build...
imported>Madmetzger
Line 1: Line 1:
[http://hudson.dev.java.net Hudson] is an extensible continuous integration server. At the moment it is tested.
[http://hudson.dev.java.net Hudson] is an extensible continuous integration server. At the moment it is tested.
==Installation==
==Installation==
To install and run Hudson you just need to download the hudson.war from the hudson web site and have java ready. To start the server you need a small start script that issues the following command:
java -jar hudson.war
Once the hudson is started, you can reach the user interface via your favourite browser if you open the following URL (assuming you have hudson on the same machine as your browser):
http://localhost:8080
If you see the hudson interface loading, you have successfully installed hudson.

==Configuration for Stendhal==
==Configuration for Stendhal==
TODO
TODO

Revision as of 18:39, 7 July 2009

Hudson is an extensible continuous integration server. At the moment it is tested.

Installation

To install and run Hudson you just need to download the hudson.war from the hudson web site and have java ready. To start the server you need a small start script that issues the following command:

java -jar hudson.war

Once the hudson is started, you can reach the user interface via your favourite browser if you open the following URL (assuming you have hudson on the same machine as your browser):

http://localhost:8080

If you see the hudson interface loading, you have successfully installed hudson.

Configuration for Stendhal

TODO

CVS

TODO

Buildjob

TODO

Known Problems