qixiaopeng 发表于 2013-2-7 11:11:34

使用HUDSON

最近需要用到HUNSON,GOOGLE、BAIDU一番得资料若干,整理一下,共同学习。
1、HUDSON主页:http://hudson-ci.org/
2、
3、HUDSON RPM for RedHat Linux
Hudson可以作为RPM包来安装,以便
a)通过yum实现Hudson自动升级;
b)在boot过程中回调/etc/init.d启动Hudson。

首先使用仓库增加key到你的系统,
sudo rpm --import http://hunson-ci.org/redhat/hudson-ci.org.key
然后安装Hudson,
wget -0 /tmp/hudson.rpm http://hudson-ci.org/latest/redhat/hudson.rpm
sudo rpm --install /tp,/hudson.rpm

引用:http://hudson-ci.org/redhat/

4、Plugins
使用接口,进入管理界面名且点击“管理插件”。web接口将会下载*.hpi文件,并且你将需要重启Hudson取得这次改变
手动,下载地址http://hudson-ci.org/download/plugins/


引用:http://wiki.hudson-ci.org/display/HUDSON/Plugins

未完待续
页: [1]
查看完整版本: 使用HUDSON