wangzilun
2021-11-22 b096b05dd495b54ac6614bd9a5f4857b2e7e643b
Jenkinsfile
@@ -12,6 +12,8 @@
        //给日志加上时间错, 需安装 Timestamper 插件
        timestamps()
        ansiColor('xterm')
        buildDiscarder logRotator(artifactDaysToKeepStr: '', artifactNumToKeepStr: '', daysToKeepStr: '7', numToKeepStr: '10')
    }
    stages {
        stage('source') {