jenkins the definitive guide

(Jeff_L) #1

Figure 3.2. Jenkins setup wizard in Windows


Before we go any further, let’s just start up Jenkins and take a look. If you didn’t try this out in the
previous chapter, now is the time to get your hands dirty. Open a console in the directory containing the
jenkins.war file and run the following command:


$ java -jar jenkins.war
[Winstone 2008/07/01 20:54:53] - Beginning extraction from war file
...
INFO: Took 35 ms to load
...
[Winstone 2008/07/01 20:55:08] - HTTP Listener started: port=8080
[Winstone 2008/07/01 20:55:08] - Winstone Servlet Engine v0.9.10 running:
controlPort=disabled
[Winstone 2008/07/01 20:55:08] - AJP13 Listener started: port=8009

Jenkins should now be running on port 8080. Open your browser at http://localhost:8080 and take a
look. (see Figure 3.3, “The Jenkins start page”).

Free download pdf