1

Is there a way to configure PagerDuty alerts on Travis CI builds? To reframe can we trigger PagerDuty alerts from Travis CI.

I could not find any information on google, do the two even integrate?

Tannu Priya
  • 313
  • 2
  • 15

1 Answers1

-1

There is a tool in this repository. Hope it helps:

https://github.com/PagerDuty/pagebreak

You just need to add this to your .travis.yml:

notifications:
  email:
    recipients:
    - <travis-pagerduty-service>@<subdomain>.pagerduty.com
    on_success: never
    on_failure: always
Ramon Medeiros
  • 2,272
  • 2
  • 24
  • 41