服务器升级openssh之后jenkins构建报错了,报错信息如下:Failed to connet or change directoryjenkins.plugins.publish_over.BapPublisherException:Failed to connect session for...
分类:
其他好文 时间:
2015-07-30 18:57:49
阅读次数:
616
一、初始情况描述: 登录sqlplus,无法登录。换pl/sql developer,提示:ORA-12514:TNS:监听程序当前无法识别连接描述符中请求的服务。二、我的应对: 1、首先我把在服务中把监听服务和oracle服务重启。(这时,感觉oracle服务在启动的时候,比平时要快一点,也没.....
分类:
数据库 时间:
2015-07-28 18:11:04
阅读次数:
193
设置邮件内容: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
下载Eclipse的Jetty插件run-jetty-runhttp://download.csdn.net/detail/zhwq1216/7995627当修改文件时,不需要进行服务重启设置Run Configurations---》Jetty Webapp---》选中某一个项目的Jetty,就可...
分类:
系统相关 时间:
2015-07-23 13:25:45
阅读次数:
225
1、zookeeper集群: Java大型的项目中,环境变量的配置很重要,如果没有很好的配置环境变量的话,甚至项目连启动都是难事。 export ZOOKEEPER_HOME=/home/zookeeper-3.3.3 export PATH=$PATH:$ZOOKEEPER_HOME/bi...