test
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-05-13 17:51:07 +01:00
parent f37ecf709a
commit 276072ba1e
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,10 @@ pipeline:
from_secret: mail_user
password:
from_secret: mail_pass
to: ${CI_COMMIT_AUTHOR_EMAIL}
subject: "${CI_REPO} JOB #${CI_PIPELINE_NUMBER} - ${CI_PIPELINE_STATUS}"
to:
- ${CI_COMMIT_AUTHOR_EMAIL}
- lxsameer@pm.me
subject: "[${CI_REPO}] JOB #${CI_PIPELINE_NUMBER} - ${CI_PIPELINE_STATUS}"
text: >-
Pipeline: ${CI_PIPELINE_LINK}
Commit: ${CI_COMMIT_LINK}