Hudson Deployment Process

Source: Internet
Author: User

Hudson Deployment Process:

Java installation

  Http://developer.51cto.com/art/201504/470683.htm

Tomcat installation

  http://blog.csdn.net/huyisu/article/details/38372663

Registering Environment variables

Hudson Installation

  http://www.ttlsa.com/tools/install-hudson-on-linux/

(1) Place the Hudson-3.3.2.war in the./tomecat/webapps directory;

(2) Add a new file to the./tomcat/conf/catalina/localhost/directory: Hudson.xml, which has the following content:

<context path= "/hudson" docbase= "/users/admin/hudson/hudson.war" debug= "0" >

</Context>

(3) Enter http://localhost:8080/hudson/directly in the browser and start the configuration tour!

MAC registers Java environment variables:

CD ~ switch to current user

Vim. Bash_profile Edit environment variable file

Export java_home=$ (/usr/libexec/java_home)

source. Bash_profile Immediate effect

echo $JAVA _home See if Registration is complete

MAC Configuration Environment variables:

http://elf8848.iteye.com/blog/1582137

To install and configure ant:

http://my.oschina.net/u/1244156/blog/214789

environment variable configuration in. bash_profile

Start slave:

Javaws HTTP://10.8.29.50:8080/COMPUTER/IMAC-D994C3/SLAVE-AGENT.JNLP

Java-jar Slave.jar -jnlpurl HTTP://10.8.29.50:8080/COMPUTER/IMAC-D994C3/SLAVE-AGENT.JNLP

Hudson Deployment Process

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.