woodpecker_mailer/README.md

485 B

woodpecker_mailer

A mailer plugin for the Woodpecker CI.

Example configuration:

pipeline:
  Mail:
    image: lxsameer/woodpecker_mailer:4
    settings:
      from: ci@serene-lang.org
      user:
        from_secret: mail_user
      password:
        from_secret: mail_pass
      to: ${CI_COMMIT_AUTHOR_EMAIL}
      subject: "[${CI_REPO}] JOB #${CI_BUILD_NUMBER} - ${CI_PREV_STEP_STATUS}"
      text: |
        BUILD: ${CI_BUILD_LINK}
        COMMIT: ${CI_COMMIT_LINK}