摘要: 命令:进入拉取的代码的目标地址:cd /root/workspace/pipeline_demo/test-v2-changedir-pipeline@2/test-v2-changedir-pipeline 位置的变量名称:$PRO_HOME 命令:git diff 1d5ae618de8ca82 阅读全文
posted @ 2020-03-21 11:48 温暖的阳光 阅读(149) 评论(0) 推荐(0) 编辑
摘要: docker环境下的代码覆盖率统计 https://www.jianshu.com/p/ab62aac30fd3 dockerFile中常用命令 https://blog.csdn.net/weixin_30292745/article/details/99828192?depth_1-utm_so 阅读全文
posted @ 2020-03-18 11:29 温暖的阳光 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 代码覆盖率工具实现原理讲的最清楚的一篇:https://testerhome.com/topics/15866增量覆盖率工具:https://www.cnblogs.com/cocc/p/12365950.html 思路:去掉生成覆盖率路径下的已经覆盖的包和非java代码的文件和文件夹,同步修改in 阅读全文
posted @ 2020-03-10 16:43 温暖的阳光 阅读(1091) 评论(1) 推荐(0) 编辑
摘要: 通过请求的cookie信息作为请求的标志信息,在所有链路上扑捉这个标志位并展示链路 Devops微服务架构下具有代码级穿透能力的精准测试 http://www.teststars.cc/newstest/Devops%E5%BE%AE%E6%9C%8D%E5%8A%A1%E6%9E%B6%E6%9E 阅读全文
posted @ 2020-03-09 16:20 温暖的阳光 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1.分支比较 git 代码比较:http://192.168.102.73:8081/CICD/cicd/pipeline/test-area/compare/dev-ysscloud3.1-cicd2.1...zhangshujuan 项目地址 http://192.168.102.73:8081 阅读全文
posted @ 2020-03-07 14:23 温暖的阳光 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 1.从远程拉取分支到本地 从远程的origin仓库的master分支下载代码到本地的origin master$ git fetch origin master 2.代码回退到某次提交 先查看commit日志 执行下面命令 git log代码回滚会退到某个commitid处,这个版本和后面的所有的c 阅读全文
posted @ 2020-03-06 14:49 温暖的阳光 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 单元测试代码覆盖率的浅谈 https://blog.csdn.net/zyou1986/article/details/80496509 #!/bin/bashcd ${WORKSPACE}/${JOB_BASE_NAME}sudo ${MAVENHOME}/bin/mvn org.jacoco:j 阅读全文
posted @ 2020-03-04 18:17 温暖的阳光 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 视频:https://www.bilibili.com/video/av73489017?p=15 博客:https://blog.kuangstudy.com/index.php/archives/626/ VUE 相关名词解释 https://blog.csdn.net/Stars_Tian/a 阅读全文
posted @ 2020-02-18 21:47 温暖的阳光 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 实验环境使用Jenkins的应用与搭建的环境 https://www.cnblogs.com/cash-su/p/10173518.html pipeline 流水线语法:https://blog.csdn.net/liurizhou/article/details/86669572 阅读全文
posted @ 2020-02-18 14:09 温暖的阳光 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 基础视频:https://www.bilibili.com/video/av56281380?p=60 阅读全文
posted @ 2020-02-11 21:10 温暖的阳光 阅读(75) 评论(0) 推荐(0) 编辑