Use fixed ports in ci, necessary for woodpecker-ci

This commit is contained in:
Stephan Schnabel 2025-06-23 16:54:42 +02:00
parent 9552221cc4
commit 6aa2b79ad0
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
24 changed files with 662 additions and 560 deletions

25
.woodpecker/versions.yaml Normal file
View file

@ -0,0 +1,25 @@
when:
event: [manual, pull_request]
path: [.woodpecker/versions.yaml, pom.xml, src/**]
depends_on: [verify]
matrix:
KEYCLOAK_VERSION:
- 22.0.5
- 23.0.7
- 24.0.5
- 25.0.6
- 26.2.5
services:
- name: dockerd
image: kokuwaio/dockerd
privileged: true
ports: [2375, 8080]
steps:
test:
image: maven:3.9.10-eclipse-temurin-17
commands: mvn test -Dversion.org.keycloak.test="$KEYCLOAK_VERSION" -P-check
environment:
MAVEN_ARGS: --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml