| Jenkinsfile | ●●●●● patch | view | raw | blame | history |
Jenkinsfile
@@ -12,6 +12,8 @@ //给日志加上时间错, 需安装 Timestamper 插件 timestamps() ansiColor('xterm') buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '7', numToKeepStr: '10') } stages { stage('source') {