1.2 Installation of Jenkins
Last updated
Was this helpful?
Last updated
Was this helpful?
Below are steps to install jenkins from the WAR file.
Download the latest Jenkins war file .
The easiest way to execute Jenkins is through the built in Jetty servlet container. You can execute Jenkins like this:
Of course, you probably want to send the output of Jenkins to a log file, and if you're on Unix, you probably want to use nohup:
To see Jenkins, simply bring up a web browser and go to URL where myServer is the name of the system running Jenkins.