Jenkinsfile: Automatically discard old artifacts
parent
f96cf394a3
commit
3b99a62185
|
@ -1,3 +1,5 @@
|
||||||
|
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '10']]])
|
||||||
|
|
||||||
node('master') {
|
node('master') {
|
||||||
stage 'Pull changes'
|
stage 'Pull changes'
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|
Loading…
Reference in New Issue