PluginAPI/.woodpecker.yml

19 lines
361 B
YAML
Raw Normal View History

2022-01-11 03:07:37 +00:00
clone:
git:
image: "woodpeckerci/plugin-git:next"
pipeline:
compliance:
commands:
- "gradle build"
- "gradle test"
image: "gradle:7.3-jdk17"
when:
event: pull_request
release:
commands:
- "gradle publish"
2022-01-11 03:10:09 +00:00
secrets:
- maven_password
2022-01-11 03:07:37 +00:00
image: "gradle:7.3-jdk17"
when:
branch: master