BillBie

导航

2019年1月9日 #

【转载】[Jenkins] 批量删除构建历史

摘要: 转载自:https://www.cnblogs.com/shaobin0604/p/9680621.html 在jenkins的 def jobName = "zjt_UIAutoTest" def maxNumber = 80 Jenkins.instance.getItemByFullName( 阅读全文

posted @ 2019-01-09 15:00 BillBie 阅读(19) 评论(0) 推荐(0)

【转载】python time和datetime的常用转换处理

摘要: 转载自:https://www.cnblogs.com/lxmhhy/p/6030730.html time.strftime("%Y-%m-%d %H:%M:%S") datetime.datetime.strptime('%Y-%m-%d') %y 两位数的年份表示(00-99) %Y 四位数的 阅读全文

posted @ 2019-01-09 07:25 BillBie 阅读(27) 评论(0) 推荐(0)