5

I'd like to receive automatic push notification to my mobile about completed Jenkins jobs and their status (success or failure) in any form. Is it possible?

2 Answers 2

2

For real push notifications you will need good amount of mobile contracts and infra.

Maybe you can consider using some kind of IM which will send you message to your IM

1
  • 2
    I agree, it would be a lot easier to setup something like direct slack notifications rather than custom push notifications since you can use the existing plugin as-is. Commented Feb 28, 2017 at 17:16
4

Jenkins has a bunch of plugins:

4
  • Sathya, those notifications you talk about are different from mobile push notifications Commented Feb 28, 2017 at 17:18
  • @RomeoNinov in my defense, the post does say "push notification.. in any form" :) Commented Feb 28, 2017 at 17:22
  • 1
    @RomeoNinov what do you mean? Slack does mobile push as well... if you need something totally customized, you can invoke SNS through a post-build step, for example. But I would look seriously into anything that works wit IFTTT, or Zapier, first, before trying to do this myself. Commented Feb 28, 2017 at 17:22
  • @Sathya, the post say: "to my mobile" which mean for me mobile push notifications :) And bring notification on the screen is not push notification Commented Feb 28, 2017 at 17:26

Not the answer you're looking for? Browse other questions tagged or ask your own question.