This commit is contained in:
parent
518ffbacf3
commit
5edd52863e
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,7 @@ pipeline:
|
||||||
mount:
|
mount:
|
||||||
- /root/.m2
|
- /root/.m2
|
||||||
- frontend/node_modules
|
- frontend/node_modules
|
||||||
|
path: /tmp/woodpecker-cache
|
||||||
|
|
||||||
backend-build:
|
backend-build:
|
||||||
image: maven:3.9-eclipse-temurin-17
|
image: maven:3.9-eclipse-temurin-17
|
||||||
|
@ -20,12 +21,13 @@ pipeline:
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
save-cache:
|
save-cache:
|
||||||
image: woodpeckerci/plugin-cache
|
image: plugins/cache
|
||||||
settings:
|
settings:
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- /root/.m2
|
- /root/.m2
|
||||||
- frontend/node_modules
|
- frontend/node_modules
|
||||||
|
path: /tmp/woodpecker-cache
|
||||||
|
|
||||||
save-artifacts:
|
save-artifacts:
|
||||||
image: plugins/artifacts
|
image: plugins/artifacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue