> I agree that jobs that timeout should be notified to builds@. Is there > any other source of data (e.g. dashboards) that gets tagged with that info? >
AFAIK no - builds@ is the only place that gets notified about failures (and soon about timoeuts/aborts once the pr gets merged). > I'm just thinking that we probably want to be able to separate failed jobs > from jobs that timeout. > We'll be able to distinguish that by the email title/content (failed vs aborted state in the email subject). We can also customize subject and content for aborted job emails if needed - we can specify this using jobDSL <https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.helpers.publisher.PublisherContext.extendedEmail> extendedEmail configuration.