码迷,mamicode.com
首页 >  
搜索关键字:jenkins jenkins 邮件配置 jenkins系统管理    ( 4594个结果
laravel框架中Email邮件配置
1.在composer.json加入下面一行代码"guzzlehttp/guzzle":"~4.0"2.发送邮件的RouteRoute::get('/mail',['as'=>'emails.index','uses'=>'EmailController@index']);3.项目/app/mail...
分类:其他好文   时间:2015-08-04 10:57:27    阅读次数:95
Jenkins持续编译、运行自动化用例
持续集成(CI)Jenkins是一个持续集成工具,能够持续编译、运行测试代码。它有各种不同的配置方式,可以在代码check-in之后运行测试代码,也可以周期性运行测试代码(比如每天开工前的环境健康度检查),运行结果可以生成报告,也可以邮件分发出去。Jenkins下载安装Jenkins官网:http://jenkins-ci.org,找到它最新版的.war,目前是1.622,下载下来:http://m...
分类:其他好文   时间:2015-08-03 14:40:16    阅读次数:171
解决Failed to connect session for conifg 故障
服务器升级openssh之后jenkins构建报错了,报错信息如下:Failed to connet or change directoryjenkins.plugins.publish_over.BapPublisherException:Failed to connect session for...
分类:其他好文   时间:2015-07-30 18:57:49    阅读次数:616
[Jenkins] 执行SoapUI的task,设置邮件内容为HTML+CSS
设置邮件内容: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
jenkins 配置项目自动部署(Build with Parameters)
1、打开jenkins,选择需要构建的项目,点击配置按钮。???????????????????????????2、第一步选中”参数化构建过程“,下拉添加参数,选中String Parameter 选项。3、第一个String参数 ,填写SVN版本参数,默认是HEAD,即最新的版本。?4、然后再添加...
分类:其他好文   时间:2015-07-24 20:10:22    阅读次数:235
Jenkins <4> Perforce Plugin
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 <5> Test your Groovy scripte
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
SVNkit 使用
环境: ? 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
CentOS6.4 安装jenkins
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
【Linux 初学】zookeeper集群、win下Jenkins安装(三)
1、zookeeper集群: Java大型的项目中,环境变量的配置很重要,如果没有很好的配置环境变量的话,甚至项目连启动都是难事。 export ZOOKEEPER_HOME=/home/zookeeper-3.3.3 export PATH=$PATH:$ZOOKEEPER_HOME/bi...
分类:Windows程序   时间:2015-07-23 12:19:43    阅读次数:353
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!