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