resilient/.woodpecker.yml
2025-06-04 22:03:45 +01:00

16 lines
339 B
YAML

pipeline:
backend-build:
image: maven:3.9-eclipse-temurin-17
commands:
- echo "Building backend + frontend"
- mvn clean install -Pprod -DskipTests
when:
branch:
include:
- main
- master
- develop
volumes:
- name: build
host:
path: /tmp/woodpecker-artifacts