I tried to setup a Github trigger for my repository. Ideal behavior is when there is a pull request, Jenkins will run tests before it merges to master. I added Jenkins hook url with format http://ABC:8080/job/git_test/. But it seems when I submit a pull request, nothing happened.
Git plugin version 3.1.0
Any suggestions would be greatly appreciated!