Attempt 2 at Maven repo, now with modified Docker base image
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user