mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 06:27:42 +01:00
Preserve caches
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -2,6 +2,7 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'gradle:jdk8-slim'
|
image 'gradle:jdk8-slim'
|
||||||
|
args '-v m2-cache:/root/.m2'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user