随笔分类 -  jenkins

摘要:命令行实现代码参考:https://blog.csdn.net/weixin_42357472/article/details/87874472 附 pytest中使用conftest.py实现命令行传参 def pytest_addoption(parser): parser.addoption( 阅读全文
posted @ 2021-09-09 10:09 mkay 阅读(237) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/qq_17011423/article/details/88426494 阅读全文
posted @ 2020-09-04 17:52 mkay 阅读(219) 评论(0) 推荐(0)
摘要:jmeter+jenkins+ant基础版:https://www.cnblogs.com/erchun/p/13446446.html 加上git进阶版参考:https://www.cnblogs.com/qiaoyeye/p/7122356.html 重点1:修改build.xml文件 把git 阅读全文
posted @ 2020-08-08 16:20 mkay 阅读(606) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u013250071/article/details/81000777 每隔5分钟构建一次 H/5 * * * * 每两小时构建一次 H H/2 * * * 每小时构建一次 H * * * * 每天6点执行一次 0 18 * * * 阅读全文
posted @ 2020-08-07 15:26 mkay 阅读(328) 评论(0) 推荐(0)
摘要:https://zhuanlan.zhihu.com/p/28080975 安装两个插件:Groovy、Startup Trigger 配置方式如下: 新建一个job,该job专门用于Jenkins启动时执行的配置命令; 在Build Triggers模块下,勾选Build when job nod 阅读全文
posted @ 2020-08-07 15:18 mkay 阅读(296) 评论(0) 推荐(0)
摘要:实现结果: 1、Jenkins中能查看两份报告,一份带有具体参数和返回信息,一份展示通过率。报告名按时间展示 2、解决jenkins中html报告展示样式问题 3、定时构建 参考文章: https://testerhome.com/topics/13389 https://www.cnblogs.c 阅读全文
posted @ 2020-08-06 15:05 mkay 阅读(356) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2020-05-31 01:01 mkay 阅读(6) 评论(0) 推荐(0)
摘要:正常下载版: 启动:https://www.cnblogs.com/weizhideweilai/p/9250321.html 免安装版: 在cmd中, 进入家目录, 运行 java -jar jenkins.war --httpPort=8080 在浏览器中, 使用http://127.0.0.1 阅读全文
posted @ 2020-04-12 15:46 mkay 阅读(204) 评论(0) 推荐(0)