test
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-05-13 16:23:42 +01:00
parent aa2275dc37
commit db28a78109
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 11 additions and 8 deletions

View File

@ -5,13 +5,16 @@ pipeline:
- echo $MAIL_USER
secrets: [mail_user, mail_pass]
Mail:
image: deblan/woodpecker-email
image: lxsameer/woodpecker_mailer
settings:
from.address: ci@serene-lang.org
from.name: Serene CI
host: smtp.gmail.com
username: $MAIL_USER
from: ci@serene-lang.org
user: $MAIL_USER
password: $MAIL_PASS
recipients:
- ${CI_COMMIT_AUTHOR_EMAIL}
secrets: [mail_user, mail_pass]
to: ${CI_COMMIT_AUTHOR_EMAIL}
subject: "${CI_REPO} JOB #${CI_PIPELINE_NUMBER} - ${CI_PIPELINE_STATUS}"
text: >-
Pipeline: ${CI_PIPELINE_LINK}
Commit: ${CI_COMMIT_LINK}
secrets: [mail_user, mail_pass]