Attempt 2 at Maven repo, now with modified Docker base image

This commit is contained in:
Andrew Steinborn 2018-08-21 23:42:31 -04:00
parent fd65887f1f
commit 7263c1046f

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image 'openjdk:8-jdk-slim'
image 'velocitypowered/openjdk8-plus-git:slim'
args '-v gradle-cache:/root/.gradle:rw -v maven-repo:/maven-repo:rw'
}