keycloak-event-metrics/.woodpecker/build.yaml
Stephan Schnabel aad89014c9
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build/2 Pipeline failed
ci/woodpecker/push/build/1 Pipeline failed
123
2025-05-28 19:57:33 +02:00

24 lines
487 B
YAML

when:
event: [manual, pull_request, push]
branch: main
path: [.woodpecker/build.yaml, pom.xml, src/**]
matrix:
KEYCLOAK_VERSION:
- 22.0.5
# - 23.0.7
# - 24.0.5
# - 25.0.6
# - 26.0.8
# - 26.1.5
- 26.2.1
services:
- name: dockerd
image: kokuwaio/dockerd
ports: [2375]
steps:
verify:
image: maven:3.9.9-eclipse-temurin-17
commands: mvn verify --settings=.woodpecker/maven/settings.xml -Dversion.org.keycloak.test=$KEYCLOAK_VERSION