Jenkinsfile: Automatically discard old artifacts

dev-buzzingcars
krzys-h 2016-11-26 13:01:43 +01:00
parent 7190c8518e
commit be9dba4788
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

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

2
data

@ -1 +1 @@
Subproject commit f96cf394a327210ac9e40d68d68963f25633f758
Subproject commit 3b99a62185c4aba3c6c7507dfbbbcf5bcbce3ba2