Jenkinsfile: Automatically discard old artifacts
parent
7190c8518e
commit
be9dba4788
|
@ -1,3 +1,5 @@
|
|||
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '30', artifactNumToKeepStr: '20']]])
|
||||
|
||||
node('master') {
|
||||
stage 'Pull changes'
|
||||
checkout scm
|
||||
|
|
2
data
2
data
|
@ -1 +1 @@
|
|||
Subproject commit f96cf394a327210ac9e40d68d68963f25633f758
|
||||
Subproject commit 3b99a62185c4aba3c6c7507dfbbbcf5bcbce3ba2
|
Loading…
Reference in New Issue