Lunt build 官网:http://luntbuild.javaforge.com/ Jenkins(原名Hudson) 官网:https://wiki.jenkins-ci.org/display/JENKINS/Meet+Jenkins ...
阅读全文Jenkins搭建 (官网:https://jenkins.io/doc/) 安装后默认是8080端口。在mac下如果是service运行的话,其开启和关闭jenkins守护进程使用下面的方法: Terminal and Start / Stop daemon You want to use launchctl to start and stop Jenkins. Start Jenkins: sudo launchctl load /Libr ...
阅读全文by Bas Dijkstra 转自 https://learn.techbeacon.com/units/how-set-continuous-testing-framework-using-selenium-maven-jenkins Last time I talked about the key components of a test automation framework. Now I'm going to provide a st ...
阅读全文Jenkins安装plugin时出现的错误: Checking internet connectivity Checking update center connectivity sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath ...
阅读全文通过apache来访问svn, 这样就可以通过http来访问svn了。jinkens里配置svn url。 使用Apache访问SVN的优缺点: There are some disadvantages of using Apache's http for your Subversion server: It's slower It's harder to setup Then, there are advantages: It uses ...
阅读全文配置jenkins的一个简单的SVN的project,运行时build fail。 org.tmatesoft.svn.core.SVNException: svn: E204900: Error writing entries file for '/test/.jenkins/workspace/test' svn: E204900: Entry '' has inconsistent repository root and ur ...
阅读全文官网:https://travis-ci.org/ "Test and Deploy with Confidence" Easily sync your project with Travis CI and you'll be testing your code in minutes! 这是Travis的宗旨。很多github上的open source都在使用travis。 我也是在学习开源项目tesseract的时候接触Travis. &nbs ...
阅读全文1.使用jdk17 启动jenkins.war java -jar jenkins.war --http-port 123456 2.启动后记住后台的初始密码 3. 打开 http://localhost:12345 4. 输入初始密码 5. 选择推荐的插件包,如下 6. 创建一个管理员账号 8. 实例配置 9. 完成 10. 安装后修改workspace; 找到.jenkins文件夹,找到config ...
阅读全文