hudson任务配置说明Discard Old Builds:hudson默认保留过去的构建,勾选此选项,则可以设置构建记录的有效期;(帮助:这里控制着您想要在hudson所在的磁盘把构建记录存储的有效期;Hudson为此提供两个标准:1.时间驱动—在hudson中您可以判断如果达到一定时限来删除一...
分类:
其他好文 时间:
2014-09-09 12:21:38
阅读次数:
210
1、持续集成的组成用 Ant 或 Maven 等工具建立的自动构建过程一个代码存储库,比如 CVS 或 Subversion一个 CI 服务器,比如 Hudson,但是 cron 作业也可以满足需要们来详细讨论这些组件。自动的构建CI 过程会经常集成软件,这需要通过构建来完成。在 Java 环境中,...
分类:
其他好文 时间:
2014-08-30 18:59:09
阅读次数:
404
hudson插件的安装: (1)系统管理中的管理插件:(2)选择 available,就可以查询到相关的插件
分类:
其他好文 时间:
2014-08-30 18:55:19
阅读次数:
220
### freemarker-ide 1. 打开http://sourceforge.net/projects/freemarker-ide/files/ 下载最新版本,目前本人下载时最新版本是:freemarker-ide-0.9.14 2. 将其解压,将hudson.freemarker_ide_0.9.14文件夹放入M...
分类:
其他好文 时间:
2014-08-26 17:49:16
阅读次数:
181
Hudson自己设置的一些环境变量可用于通过Hudson来执行shell脚本、Windows批处理文件和Ant文件,他们包括Hudson设置环境变量当一个Hudson作业执行时,它会设置一些环境变量,以便于您在您的shell脚本、批处理命令或ant脚本中使用它们。下表包含了这些环境变量的列表。环境变...
分类:
其他好文 时间:
2014-08-21 18:58:34
阅读次数:
249
一、Jenkins简介Jenkins是一款使用Java开发的开源持续集成(CI)工具。其前身是Hudson。它主要用于监控重复工作,包括软件发布,自动测试等。二、Jenkins运行Jenkins需要依赖Java。因此首先需要安装JRE。1.直接运行war包下载jenkins的war包之后,可以直接执行java-jarjenkins.j..
分类:
其他好文 时间:
2014-08-08 16:32:47
阅读次数:
195
http://wiki.hudson-ci.org/display/HUDSON/Subversion+Release+ManagerThis plugin allows you to set up a job in Hudson for building specific revisions of...
分类:
其他好文 时间:
2014-08-08 12:30:25
阅读次数:
218
1、端口问题造成的连接失败 remote-prepare:
??[sshexec]?Connecting?to?123.123.123.123:22
java.net.ConnectException:?Connection?timed?out 解决办法 修改build.xml,配置端口号? <target?name="rem...
分类:
其他好文 时间:
2014-08-05 19:39:00
阅读次数:
202
Problem Description
A few days ago, Tom was tired of all the PC-games, so he went back to some old FC-games. "Hudson's Adventure Island" was his favorite which he had played thousands of times. But t...
分类:
其他好文 时间:
2014-08-01 10:53:21
阅读次数:
300
原地址:https://blogs.oracle.com/geertjan/entry/python_in_netbeans_ide_8Copy this to the clipboard:http://deadlock.netbeans.org/hudson/job/nbms-and-javado...
分类:
编程语言 时间:
2014-07-27 10:01:12
阅读次数:
255