Update Jenkinsfile

This commit is contained in:
Jon 2019-04-16 13:54:38 -05:00 committed by GitHub
parent 09269aef65
commit d9b52ee587
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -1,4 +1,7 @@
pipeline { pipeline {
options {
buildDiscarder(logRotator(artifactNumToKeepStr: '10'))
}
agent { agent {
docker { docker {
args '-v gradle-cache:/home/gradle/.gradle' args '-v gradle-cache:/home/gradle/.gradle'