Start.
Some checks are pending
Java CI with Gradle / build (push) Waiting to run

This commit is contained in:
Michael Lipp 2025-08-10 22:04:31 +02:00
parent 7b8df80828
commit ef0539f264

22
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,22 @@
when:
- event: push
evaluate: $CI_SYSTEM_HOST == "forgejo.mnl.de"
clone:
- name: git
image: woodpeckerci/plugin-git
settings:
partial: false
tags: true
depth: 0
steps:
- name: build
image: registry.mnl.de/org/jgrapes/jdk21-builder:v3
environment:
REGISTRY: registry.mnl.de
REGISTRY_USER: mnl
REGISTRY_TOKEN:
from_secret: REGISTRY_TOKEN
commands:
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs