We use Jenkins as a CI platform. We have integrated it with GitHub, so that whenever I open a PR I can see at the bottom whether a build is running (yellow circle), succeeded (green tick) or failed (red cross). The thing is - the build lasts very long and I have to constantly open the PR and look at the status. I was wondering whether:
1) It is possible, that Jenkins sends an email, when a particular build finishes (but I want to get emails only for builds of my pull requests, not for everybody's PRs)?
2) Maybe the Jenkins bot can write a comment in the PR, which in turn will notify me via GitHub notifications?
Can anybody point me to a resource about how this can be setup?