forked from git_study
Jenkinsfile @@ -12,6 +12,7 @@ //给日志加上时间错, 需安装 Timestamper 插件 timestamps() ansiColor('xterm') buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '7', numToKeepStr: '10') } stages {