Update .woodpecker.yml
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
root 2025-06-07 00:30:13 +01:00
parent 518ffbacf3
commit 5edd52863e

View file

@ -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