摘要: jenkins 批量修改配置文件 jenkin job 修改配置 修改前配置 <runPostStepsIfResult> <name>FAILURE</name> <ordinal>2</ordinal> <color>RED</color> <completeBuild>true</comple 阅读全文
posted @ 2017-05-04 21:42 testway 阅读(5103) 评论(0) 推荐(0)
摘要: jenkin job 修改配置 修改前配置 修改后配置 用sed 修改方法 1、删除 <runPostStepsIfResult> 下面3行 sed -i '/<runPostStepsIfResult>/{n;d}' */config.xml;sed -i '/<runPostStepsIfRes 阅读全文
posted @ 2017-05-04 21:41 testway 阅读(926) 评论(0) 推荐(0)