Build with woodpecker #1

Merged
mnl merged 17 commits from wip/wp-test into main 2025-08-11 12:50:29 +02:00
Showing only changes of commit a256156a9a - Show all commits

View file

@ -14,11 +14,9 @@ steps:
- name: prepare - name: prepare
image: alpine image: alpine
commands: commands:
- pwd
- echo "Home $HOME"
- ls -la $HOME
# Because we run the next step as user 1000 to make podman work: # Because we run the next step as user 1000 to make podman work:
- chown -R 1000:1000 . - chown -R 1000:1000 .
- chown -R 1000:1000 $HOME
- name: build-jars - name: build-jars
image: registry.mnl.de/mnl/jdk21-builder:v3 image: registry.mnl.de/mnl/jdk21-builder:v3
@ -28,9 +26,6 @@ steps:
REGISTRY_TOKEN: REGISTRY_TOKEN:
from_secret: REGISTRY_TOKEN from_secret: REGISTRY_TOKEN
commands: commands:
- pwd
- echo "Home $HOME"
- ls -la $HOME
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage - ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs publishImage
backend_options: backend_options:
kubernetes: kubernetes: