keycloak-event-metrics/.woodpecker/verify.yaml
Stephan Schnabel a523f7ba6e
All checks were successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/deployment/release Pipeline was successful
Moved repository to git.kokuwa.io
2025-06-25 16:03:43 +02:00

24 lines
549 B
YAML

when:
event: [manual, pull_request]
path: [.woodpecker/verify.yaml, pom.xml, src/**]
services:
- name: dockerd
image: kokuwaio/dockerd
privileged: true
ports: [2375, 8080]
steps:
test:
image: maven:3.9.10-eclipse-temurin-17
commands: mvn verify -P-deploy
environment:
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml
image:
image: kokuwaio/buildctl
settings:
platform: [linux/amd64, linux/arm64]
when:
instance: ci.kokuwa.io