Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当构建正在进行时,是否可以在 Jenkins 中发送邮件?
我试图探索 Jenkins 中的 email-ext 插件,但我想知道在构建过程中的什么时间,这个插件会发送邮件。
您可以在执行脚本之前使用预构建步骤发送邮件,在脚本之后使用构建后操作发送邮件。除此之外,您还可以根据脚本中的某些条件发送电子邮件。