java-commons/.woodpecker.yml
JFronny b66332f615
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
move javadoc to reposilite, support for SVG images is coming soon (tm)
2023-04-05 12:59:11 +02:00

12 lines
273 B
YAML

pipeline:
maven:
image: gradle:latest
pull: true
commands:
- apt update
- apt install -y graphviz
- gradle publish -Pmaven="https://maven.frohnmeyer-wds.de/artifacts"
secrets: [ maven_token, maven_name ]
when:
- branch: master