Reconfigure for gitea/woodpecker
This commit is contained in:
parent
f421be47af
commit
f38c4870a2
18 changed files with 1144 additions and 375 deletions
29
.woodpecker/build.yaml
Normal file
29
.woodpecker/build.yaml
Normal file
|
@ -0,0 +1,29 @@
|
|||
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
|
||||
|
||||
|
||||
# --batch-mode --settings=.woodpecker/maven/settings.xml --color=always --no-transfer-progress
|
||||
|
||||
services:
|
||||
- name: dockerd
|
||||
image: kokuwaio/dockerd
|
||||
ports: [2375]
|
||||
privileged: true
|
||||
|
||||
steps:
|
||||
verify:
|
||||
image: maven:3.9.9-eclipse-temurin-17 -Dversion.org.keycloak.test=$KEYCLOAK_VERSION
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerd:2375
|
Loading…
Add table
Add a link
Reference in a new issue