Rewrite build config to kokuwa.io infrastructure
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/manual/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/manual/verify/2 Pipeline was successful
ci/woodpecker/manual/verify/1 Pipeline was successful
ci/woodpecker/manual/verify/3 Pipeline was successful
ci/woodpecker/manual/verify/4 Pipeline was successful
ci/woodpecker/manual/verify/6 Pipeline failed
ci/woodpecker/manual/verify/5 Pipeline was successful
ci/woodpecker/manual/build Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-23 17:25:33 +02:00
parent 61e7955732
commit 99bc326021
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
17 changed files with 305 additions and 399 deletions

23
.woodpecker/verify.yaml Normal file
View file

@ -0,0 +1,23 @@
when:
event: [manual, pull_request]
path: [.woodpecker/verify.yaml, pom.xml, src/main/**]
matrix:
KEYCLOAK_VERSION:
- 22.0.5
- 23.0.7
- 24.0.5
- 25.0.6
- 26.2.5
- $version.org.keycloak
services:
- name: dockerd
image: kokuwaio/dockerd
privileged: true
ports: [2375, 8080]
steps:
verify:
image: maven:3.9.9-eclipse-temurin-17
commands: mvn test -Dversion.org.keycloak.test=$KEYCLOAK_VERSION --batch-mode --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml