installation Method One (Direct start):
1. Download the latest version (a WAR file). Jenkins Official website: http://Jenkins-ci.org/
2. Run Java-jar Jenkins.war (need to run in Java 5 and later.) )
3. Enter an address like http://localhost:8080/jenkins/in the browser's URL address field
Another type of direct startup, but it starts with a script that guarantees the same environment for each run :
1. Download the latest version (a WAR file). Jenkins Official website: http://Jenkins-ci.org/
2. Write a script that reads as follows:
Set Jenkins_home=c:\jenkins
CD/D%jenkins_home%
Java-jar%jenkins_home%\jenkins.war
Follow the direct click to run this script just fine.
3. Enter an address like http://localhost:8080/jenkins/in the browser's URL address field
Installation Method II (using Tomcat):
1. Download Jenkins.war Package
2. Download tomcat (for example: apache-tomcat-7.0.42-windows-x86)
3. Unzip Tomcat and put the Jenkins.war bag into the apache-tomcat\webapps\
4, start Tomcat (run cmd→ into tomcat\bin directory, execute Startup.bat, easy to view the boot log)
5. Enter http://localhost:8080/jenkins/in the URL address field of the browser.
Reprint: http://www.cnblogs.com/dtest/p/4125061.html
Jenkins Environment Setup