Linux Build Jenkins

Source: Internet
Author: User
Tags server installation and configuration

Jenkins, a development branch from Hudson Fork, was renamed Jenkins with the Oracle Hudson trademark dispute (see), Jenkins is a continuous integration tool based on Java development that monitors the work of order duplication, including: continuous integration of software release/testing, monitoring of external invocation execution, etc.

1. Jenkins Download

Jenkins download URL: Download Jenkins

Jenkins Latest Version: jenkins_1.514_all.deb (Ubuntu/debian), or Jenkins.war (War Pack)

2. Jenkins Installation

(1) To install Tomcat, see my previous blog: Ubuntu configuration tomcat http://www.linuxidc.com/Linux/2012-08/67266.htm

(2) Install MAVEN, see my previous blog: Linux build maven http://www.linuxidc.com/Linux/2012-03/56476.htm

(3) Copy the downloaded Jenkins.war to the WebApps directory of Tomcat:

sudo cp jenkins.war/opt/apache-tomcat-7.0.40/webapps/

3. Jenkins Configuration

(1) Open/etp/profile configuration file, configure MAVEN working directory: sudo vi/etc/profile

(2) Add Maven working directory: export jenkins_home=/opt/apache-tomcat-7.0.40/webapps/jenkins as follows:

(3) Make/etc/profile configuration file effective: source/etc/profile

4. Jenkins Verification

In the browser, enter the URL : http://localhost:8080/jenkins/Displays the following interface:

The interface appears, indicating that the installation was successful!

Note: the automated build of Android engineering continuous integration (ANT + Jenkins + svn/git) will be served in the back, so stay tuned ^_^

Reference recommendation:

Jenkins configures role-based project Rights Management http://www.linuxidc.com/Linux/2013-05/84614.htm
Jenkins Server Installation and configuration http://www.linuxidc.com/Linux/2013-05/84615.htm
Jenkins "Hello World" http://www.linuxidc.com/Linux/2013-05/84609.htm

Linux Build Jenkins

Related Article

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.