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