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