Some checks are pending
Java CI with Gradle / build (push) Waiting to run
23 lines
No EOL
464 B
YAML
23 lines
No EOL
464 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:
|
|
- ./gradlew -Pdocker.registry=$REGISTRY/$REGISTRY_USER build apidocs
|
|
|