Compare commits

..

2 Commits

Author SHA1 Message Date
jolheiser a2c3ace845
Update '.woodpecker.yml' 2022-01-11 03:04:06 +00:00
Joey Hines 9000fc9941
Switched CI to woodpecker
+ Bumped gradle version
2022-01-09 20:30:07 -07:00
1 changed files with 23 additions and 19 deletions

View File

@ -1,19 +1,23 @@
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"
secrets:
- maven_password
image: "gradle:7.3-jdk17"
when:
branch: master
clone:
git:
image: woodpeckerci/plugin-git:next
pipeline:
compliance:
image: gradle:7.3-jdk17
commands:
- gradle build
- gradle test
when:
event: pull_request
release:
image: gradle:7.3-jdk17
environment:
- MAVEN_PASSWORD:
from_secret: maven_password
commands:
- gradle publish
when:
branch: master