用Ant实现Java项目的自动构建和部署 原文地址:http://tech.it168.com/j/2007-11-09/200711091344781.shtml 本文请勿转载! Ant是一个Apache基金会下的跨平台的构件工具,它可以实现项目的自动构建和部署等功能。在本文中,主要让读者熟悉怎样...
分类:
其他好文 时间:
2015-07-31 12:01:59
阅读次数:
114
服务器升级openssh之后jenkins构建报错了,报错信息如下:Failed to connet or change directoryjenkins.plugins.publish_over.BapPublisherException:Failed to connect session for...
分类:
其他好文 时间:
2015-07-30 18:57:49
阅读次数:
616
设置邮件内容:Default ContentProject : PA_Regression_Accuracy_Static Build Status : ${BUILD_STATUS} Automation Tool : SoapUI TP vs Live Test Results : TP ...
分类:
Web程序 时间:
2015-07-28 12:26:50
阅读次数:
107
1、打开jenkins,选择需要构建的项目,点击配置按钮。???????????????????????????2、第一步选中”参数化构建过程“,下拉添加参数,选中String Parameter 选项。3、第一个String参数 ,填写SVN版本参数,默认是HEAD,即最新的版本。?4、然后再添加...
分类:
其他好文 时间:
2015-07-24 20:10:22
阅读次数:
235
Jenkins has many plugins to communicate with source code management server. Like CVS, git, perforce etc. My company uses P4 as our source code reposit...
分类:
其他好文 时间:
2015-07-24 17:43:17
阅读次数:
136
Jenkins supports Groovy script very well, so you can use Groovy to do a lot of tricky and interesting things. First, if you have a Groovy script, and ...
分类:
其他好文 时间:
2015-07-24 17:40:03
阅读次数:
91
环境: ? JDK 1.7 ?SVNkit 1.8.10 ?Jenkins 1.5.77. 背景: ? ?在windows slave上需要通过ant脚本从 svn checkout代码,使用svnant链接不上,报timeout。所以使用另外一种方式,用svnkit-cli。 准备工作: ...
分类:
其他好文 时间:
2015-07-24 13:10:03
阅读次数:
253
jenkins官网安装文档https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions一、环境系统CentOS6.4x64最小化安装IP192.168.3.38二、安装[root@jenkins~]#wget-O/etc/yum.repos.d/jenkins.repohttp://pkg.jenkins-ci.org/redhat-stable/jenk..
分类:
其他好文 时间:
2015-07-24 00:16:48
阅读次数:
151
1、zookeeper集群: Java大型的项目中,环境变量的配置很重要,如果没有很好的配置环境变量的话,甚至项目连启动都是难事。 export ZOOKEEPER_HOME=/home/zookeeper-3.3.3 export PATH=$PATH:$ZOOKEEPER_HOME/bi...
为什么要做持续集成? 提高回归测试效率; 提高单元测试的覆盖率; 规范开发规范; 做到『开发->测试->上线』的开发效果; 安装Jenkins 配置Jenkins 安装SonarQube 配置SonarQube 安装SonarQube Runner 配置Sonar...
分类:
Web程序 时间:
2015-07-22 21:01:44
阅读次数:
192