上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页
该文被密码保护。 阅读全文
posted @ 2019-08-29 17:14 悠然现南山 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-08-29 17:06 悠然现南山 阅读(2) 评论(0) 推荐(0)
摘要: PyTestReport详细介绍: https://testerhome.com/opensource_projects/78 示例代码 生成的测试报告 阅读全文
posted @ 2019-08-14 17:52 悠然现南山 阅读(1102) 评论(0) 推荐(0)
摘要: Jenkins安装在win7上 GitLab安装在docker上 需求:本地提交自动化测试代码在gitlab上后,jenkins自动构建,拉下新提交的自动化代码,并且运行 参考的链接: https://vwin.github.io/2018/10/11/Jenkins-HTML%E6%8A%A5%E 阅读全文
posted @ 2019-08-01 17:05 悠然现南山 阅读(1422) 评论(0) 推荐(0)
摘要: 原文地址: https://www.cnblogs.com/charlie-learnbar/p/13892686.html 方法二解决问题 System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "") 阅读全文
posted @ 2019-08-01 16:54 悠然现南山 阅读(730) 评论(0) 推荐(0)
摘要: 原文地址:https://www.cnblogs.com/chenglc/p/11174530.html jenkins配置gitlab的webhook,完成配置,测试结果显示 Hook executed successfully but returned HTTP 403 解决: 进入jenkin 阅读全文
posted @ 2019-08-01 15:01 悠然现南山 阅读(1382) 评论(0) 推荐(0)
摘要: 向GitLab提交代码之后自动触发Jenkins构建 https://baijiahao.baidu.com/s?id=1630678692475452408&wfr=spider&for=pc Gitlab+Jenkins 自动构建 https://www.jianshu.com/p/9d7615 阅读全文
posted @ 2019-07-31 11:44 悠然现南山 阅读(189) 评论(0) 推荐(0)
摘要: 今天使用git 添加远程github仓库的时候提示错误:fatal: remote origin already exists. 最后找到解决办法如下: 1、先删除远程 Git 仓库 $ git remote rm origin 2、再次执行添加就可以了。 阅读全文
posted @ 2019-07-31 10:42 悠然现南山 阅读(392) 评论(0) 推荐(0)
摘要: 恢复内容开始 原文地址:https://juejin.im/post/5ac0cf356fb9a028df22c246 1. 分别生成gitlab和github的ssh key ssh-keygen -t rsa -C "your.email@example.com" -b 4096 生成第一个gi 阅读全文
posted @ 2019-07-30 16:55 悠然现南山 阅读(305) 评论(0) 推荐(0)
摘要: Command line instructions You can also upload existing files from your computer using the instructions below. Git global setup Create a new repository 阅读全文
posted @ 2019-07-30 14:46 悠然现南山 阅读(424) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页