VM-Operator/.woodpecker/build.yaml
Michael N. Lipp aa71a63d2d
Some checks are pending
Java CI with Gradle / build (push) Waiting to run
ci/woodpecker/push/build Pipeline was successful
Fix.
2025-08-10 22:31:28 +02:00

24 lines
No EOL
485 B
YAML

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/mnl/jdk21-builder:v3
environment:
REGISTRY: registry.mnl.de
REGISTRY_USER: mnl
REGISTRY_TOKEN:
from_secret: REGISTRY_TOKEN
commands:
- echo $CI_SYSTEM_HOST
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs