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
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

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