码迷,mamicode.com
首页 > 其他好文 > 详细

jenkins notes

时间:2015-04-21 14:25:53      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:

1. download

http://mirror.xmission.com/jenkins/war/1.610/jenkins.war

2. install and run

 nohup java -jar jenkins.war --httpPort=9000 &

3. mail ext plugin

install from system-configuration/system settings/plugins ~~

4. maven, ant, jdk need to be installed manually

5. svn is default supported. So can start a project with maven-style, check source codes from svn, running maven clean/build/install/package tasks and see if there is bad code check-ins which breaks the build.

 

jenkins notes

标签:

原文地址:http://www.cnblogs.com/yeyong/p/4444064.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!