VM-Operator/.woodpecker/build.yaml
Michael N. Lipp 726b99c572
Some checks failed
Java CI with Gradle / build (push) Waiting to run
ci/woodpecker/push/build Pipeline failed
Test.
2025-08-10 22:29:38 +02:00

24 lines
No EOL
493 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/org/jgrapes/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