gpt4 book ai didi

travis-ci - 向作者、提交者和 Travis 中的另一个指定电子邮件地址发送电子邮件

转载 作者:行者123 更新时间:2023-12-02 12:37:58 25 4
gpt4 key购买 nike

我无法从documentation中理解这是否可能。

我想配置 travis,以便作者和提交者收到任何构建失败的通知。但我也想随时通知特定的电子邮件地址,无论他们是否是作者。

据我了解,将以下内容添加到 .travis.yml 可以删除向提交者和作者发送电子邮件:

notifications:
email:
recipients:
- someone@example.com
on_success: change
on_failure: always

我正在寻找的内容是否可能,如果可以,我需要在通知中指定什么?

最佳答案

不,这是不可能的,请参阅https://docs.travis-ci.com/user/notifications#How-is-the-build-email-receiver-determined%3F :

If there’s a setting specified, Travis CI only sends an emails to the addresses specified there, rather than to the committer and author.

关于travis-ci - 向作者、提交者和 Travis 中的另一个指定电子邮件地址发送电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34202148/

25 4 0
文章推荐: Android工作室注销: clear saved preferences kotlin
文章推荐: java - Selenium:在组合框中选择一个项目
文章推荐: java - 如何从这样的 JSON 返回 List