github-releases-bot/.woodpecker/build.yml
Ryan Harg 9e0ddfa4ba
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/push-image Pipeline was successful
Integrate with ci and registry
2024-11-21 11:49:50 +01:00

25 lines
No EOL
476 B
YAML

when:
- event: push
steps:
- name: build
image: eclipse-temurin:17-jdk-alpine
commands:
- ./gradlew clean build
- name: notify
image: deblan/woodpecker-email
settings:
debug: true
dsn:
from_secret: smtp_url
from:
address:
from_secret: email_sender
name: "Woodpecker CI"
recipients_only: true
recipients:
from_secret: email_recipient
when:
status:
- failure