DevOps jenkins 删除job记录 打开jenkins 脚本命令行 //项目名称 def jobName = "Some_Job_Name" //删除小于等于64的构建历史 def maxNumber = 64 Je... 04月02日jenkins 删除job记录已关闭评论 阅读全文