摘要: 原文: http://www.hustlzp.com/post/2014/08/jenkins 在一个项目的开发过程中,往往会有一些需要反复执行的操作,比如编译、测试、部署。具体于Flask项目,我一般使用nose执行单元测试、 fabric进行部署、pylint执行代码质量检测等。这些频繁需要执行 阅读全文
posted @ 2016-07-07 16:29 漂浮的心 阅读(1090) 评论(0) 推荐(0) 编辑
摘要: Official document: http://www.seleniumhq.org/docs/07_selenium_grid.jsp 1. Suppose you have two machines with necessary JDK, drivers, selenium-server-s 阅读全文
posted @ 2016-06-24 13:23 漂浮的心 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Preparation: 1. Download JDK (http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) 2. Download Eclipse ( https://www.e 阅读全文
posted @ 2016-06-20 08:51 漂浮的心 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 1. Getting start from the link below: http://www.rabbitmq.com/getstarted.html 2. How to delete queues? 1) Open command in sbin folder. 2) rabbitmqctl 阅读全文
posted @ 2016-03-02 11:06 漂浮的心 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Today, I want to install a Genghis server on my windows server, and I thought it would be easy. (Indeed, it is easy), but a little bit tricky.1. Downl... 阅读全文
posted @ 2016-01-05 16:44 漂浮的心 阅读(164) 评论(0) 推荐(0) 编辑
摘要: Q: Everytime when I customized the resolv.conf file and restart the centOS, the resolv.conf has been restored by the NetworkManager. How to avoid that 阅读全文
posted @ 2015-07-29 12:51 漂浮的心 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2015-07-24 16:21 漂浮的心 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2015-07-24 16:02 漂浮的心 阅读(783) 评论(0) 推荐(0) 编辑
摘要: Most of the time, there are many projects in your CI server, and you don't wanna a project member execute the other projects jobs. So to avoid that th... 阅读全文
posted @ 2015-07-17 16:36 漂浮的心 阅读(354) 评论(0) 推荐(0) 编辑
摘要: Configure Global SecurityJenkins本身提供了Jenkins 用户数据库,但是不完美,很多公司希望用公司的域名账户进行登录,这时,你就需要下载LDAP插件或者Active Directory插件,先将一下Active Directory插件的使用。(1) Jenkins-... 阅读全文
posted @ 2015-07-17 10:24 漂浮的心 阅读(2134) 评论(0) 推荐(0) 编辑