Jenkinsfile: Automatically discard old artifacts

coolant-mod
krzys-h 2016-11-26 12:54:25 +01:00
parent f96cf394a3
commit 3b99a62185
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -1,3 +1,5 @@
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '10']]])
node('master') {
stage 'Pull changes'
checkout scm