I have a Jenkins job to build the master branch of my GitHub repo. It triggers nicely when I push a commit to master, and I\'m very happy about it.
master
You can see there plugin of multiple branch configuring with Jenkins. Getting feedback for any branch from Jenkins is possible with that method.
https://wiki.jenkins-ci.org/display/JENKINS/Multi-Branch+Project+Plugin
I hope it may help.