This commit is contained in:
parent
7b8df80828
commit
ef0539f264
1 changed files with 22 additions and 0 deletions
22
.woodpecker/build.yaml
Normal file
22
.woodpecker/build.yaml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue