码迷,mamicode.com
首页 >  
搜索关键字:jenkins remote deploy    ( 10817个结果
python之平台独立的调试工具winpdb介绍
Winpdb is a platform independent graphical GPL Python debugger with support for remote debugging over a network, multiple threads, namespace modificat...
分类:数据库   时间:2014-09-17 18:36:24    阅读次数:339
[Jenkins]执行SoapUI脚本,怎样在邮件内容里面嵌入html
在Editable Email Notification的Default Content里面加入这样一段:${FILE,path="result-output/overview-summary.html"} 用于换行
分类:Web程序   时间:2014-09-17 11:46:32    阅读次数:536
CircuitBreaker design pattern---reference
It's common for software systems to make remote calls to software running in different processes, probably on different machines across a network. One...
分类:其他好文   时间:2014-09-17 11:42:52    阅读次数:324
jenkins 设置 smtp 发送邮件
最关键的地方是,在系统管理员那个地方设置的email地址要和email配置的相同。见鬼,折腾了几个小时。...
分类:其他好文   时间:2014-09-16 23:43:31    阅读次数:234
认识进程与IPC架构
IPC(Inter-Process Communication)通信,是跨越两个不同进程之间的通信 一般而言,一个Android应用程序里的各个组件(如activity、service)都在同一个进程里执行。这种在同一进程内的通信,又称短程通信,意味着两个activity在同一个进程里执行。 相对地:远程(Remote)通信的意思是:两个组件(activity或service)分别在不同的进程执行,两者之间的IPC通信又称远程通信。...
分类:其他好文   时间:2014-09-16 15:59:10    阅读次数:287
github
git config remote.origin.url #查看当前设置的路径git config remote.origin.url user@ip:/path/to/project.git #修改当前路径为后者提交代码三部git add .git commit -m "asdf"git push...
分类:其他好文   时间:2014-09-16 15:41:40    阅读次数:212
Change Fedora hostname permanently
Change Fedora hostname permanentlyChange Fedora hostname permanentlyWhen remote login to another machine, it is likely that the hostname arealways the...
分类:其他好文   时间:2014-09-16 12:06:00    阅读次数:176
(process:6471): GConf-WARNING **: 等类似错误
(process:6471): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security...
分类:其他好文   时间:2014-09-15 22:55:54    阅读次数:222
再次遇到\r\n转\r问题
帮助小伙伴做jenkins的环境搭建。以为5分钟的事情,但是发现了一个诡异的问题。总是提示SVN的url不合法“URL '%s' is not properly URI-encoded”。由于选择了SSH执行远程脚本的方式(我更倾向于把大部分部署工作写到shell里,包括svn checkout)远...
分类:其他好文   时间:2014-09-15 21:11:39    阅读次数:213
搭建一个类似线上的线下测试环境
所有环境搭建全部基于64位CentOS6.5,并且是基本安装。2台WEB172.16.30.10172.16.30.112台MQ172.16.30.12172.16.30.132台Mysql172.16.30.14172.16.30.151台LVS172.16.30.16VIP:172.16.30.30LVS采用ipvsadm来实现管理WEB采用NGINX+TOMCAT动静分离MQ采用集群共享方式MYSQL采用一..
分类:其他好文   时间:2014-09-15 19:39:40    阅读次数:378
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!