Jenkins Environment Setup

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.