mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-18 14:44:07 +08:00
Attempt 2 at Maven repo, now with modified Docker base image
This commit is contained in:
parent
fd65887f1f
commit
7263c1046f
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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user