hudson

1、下载地址:http://hudson-ci.org/

2、安装:

     1、在TOMCAT  tomcat/conf/Catalina/localhost  下面创建一个hudson.xml文件.

         在文里面添加相应的内容,<Context path="/hudson" reloadable="false" docBase="/data/web/hudson.war" />

    2、hudson.war  放入到 /data/web/ 目录下面

    3、启动TOMCAT   访问地址:http://xxx.xxx.xxx.xxx:8080/hudson/ 就可以看到界面了。

3、hudson 与 ant

        ant安装:http://blog.csdn.net/zj7758/article/details/8437739

        打开hudson首页,进入系统管理    系统环境设置

        打开hudson首页,进入新建任务    添加任务

        

    

你可能感兴趣的:(hudson)