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分钟