上一页 1 2 3 4 5 6 7 8 9 10 ··· 47 下一页

2020年1月9日

摘要: 阅读全文
posted @ 2020-01-09 15:35 张缤分 阅读(1177) 评论(0) 推荐(0)

2020年1月7日

摘要: Windows: Type in CMD: Systeminfo | findstr / i "System Model" If "System Model" contains Virutal, it is a virtual machine, the others are physical mac 阅读全文
posted @ 2020-01-07 13:49 张缤分 阅读(181) 评论(0) 推荐(0)
摘要: Windows 10 and Windows Server 2016 support native Windows containers From Docker's offical website, I know Windows 10 and Windows Server 2016 is requi 阅读全文
posted @ 2020-01-07 13:48 张缤分 阅读(244) 评论(0) 推荐(0)
摘要: Excel如何让网址和email地址不自动变成超链接?File -> Options -> Proofing -> AutoCorrect Options -> AutoFormat As You Type > Internet and network paths with hyperlinks - 阅读全文
posted @ 2020-01-07 11:36 张缤分 阅读(448) 评论(0) 推荐(0)

2020年1月3日

摘要: I encounter a problem like this: As you know, we config html format email in Jenkins. I need to insert several images in the HTML.But I am sure about 阅读全文
posted @ 2020-01-03 15:02 张缤分 阅读(191) 评论(0) 推荐(0)
摘要: 我遇到另一个场景,需要将上游Job的参数传递给多个下游Job,这种情况很不一样,不能使用Post-build Actions那里的设置。 如果使用Post-build Actions那里的设置,子job会被调用两次: 1.一次是通过MultiJob Phase进行上下游控制,上游会驱动下游的执行 2 阅读全文
posted @ 2020-01-03 14:52 张缤分 阅读(1364) 评论(0) 推荐(0)
摘要: 主要用到这个插件的:Parameterized Trigger Plugin 在使用之前我们的简单说一下传递参数的流程,我们假设有两个JOB:A和B,使用常见就是A Job编译成功后触发B Job的运行并成功传递参数,需求很简单我们需要做的事情有两件: 1、B Job勾选参数化构建,并定义需要的参数 阅读全文
posted @ 2020-01-03 14:51 张缤分 阅读(1225) 评论(0) 推荐(0)
摘要: 最近调Jenkins job,遇到一个问题: 一个Jenkins job里面配置多个批处理脚本,如果其中某一个有fail的,其后面的批处理脚本全都不执行了。 解决办法: 在后面加上一个 || exit 0 返回0代表成功,非0代表了某种类型的错误,具体含义见截图。 举例: robot -o %dis 阅读全文
posted @ 2020-01-03 14:10 张缤分 阅读(536) 评论(0) 推荐(0)
摘要: From UI: Tool-->Generate HTML report From Command-line: Generation from an existing sample CSV log file: jmeter -g <log file> -o <Path to output folde 阅读全文
posted @ 2020-01-03 14:08 张缤分 阅读(147) 评论(0) 推荐(0)
摘要: 1. 批处理删除远程共享目录7天以上的文件和空文件夹 net use * /del /yes NET USE X: \\10.29.48.12\shares\Test password /user:DOMAIN1\account set AutoPath=X:\ %AutoPath:~0,2% pu 阅读全文
posted @ 2020-01-03 14:01 张缤分 阅读(3849) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 47 下一页

导航