commit | 4f14daec33613cbb0435c581d364c812ad8000ac | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 1月 09 12:00:06 2020 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 1月 09 12:00:06 2020 +0800 |
tree | 1dbd7323996957f3de358d82a00371ff1f4bd47f | |
parent | 111422338bb1ee6777b1c2b3c065bd76435825bb [diff] [blame] |
chore: 代码整理
diff --git a/Jenkinsfile b/Jenkinsfile index 57c5f87..ce0eb1e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -12,7 +12,7 @@ // 禁止并发构建 disableConcurrentBuilds() // 构建结果保留天数10天,最多保留10个 - buildDiscarder logRotator(daysToKeepStr: '30', numToKeepStr: '10') + buildDiscarder logRotator(daysToKeepStr: '7', numToKeepStr: '10', artifactDaysToKeepStr: '1', artifactNumToKeepStr: '1') // 控制台打出时间戳 // timestamps() // 构建超时设置:15分钟