update cache directory
This commit is contained in:
+3
-3
@@ -17,7 +17,7 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
restore: true
|
restore: true
|
||||||
mount:
|
mount:
|
||||||
- .m2
|
- /root/.m2
|
||||||
|
|
||||||
- name: maven build
|
- name: maven build
|
||||||
image: maven:3-jdk-8
|
image: maven:3-jdk-8
|
||||||
@@ -34,7 +34,7 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- .m2
|
- /root/.m2
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
@@ -79,4 +79,4 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
host:
|
host:
|
||||||
path: /root/.m2
|
path: /opt/cache/maven
|
||||||
|
|||||||
Reference in New Issue
Block a user