pigeon/.woodpecker.yml
Gregory Ballantine 178a902cf3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial Maven project structure
2022-05-03 13:59:03 -04:00

18 lines
343 B
YAML

pipeline:
build:
image: maven:3-jdk-11
commands:
- mvn clean package
gitea_release:
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.metaunix.net
title: "${CI_COMMIT_TAG}"
files:
- target/Pigeon-*.jar
when:
event: tag