Making Jenkins and Github ACTUALLY integrate with each other
Introduction Note There’s a better way of doing this with multibranch pipelines, which I recommend over this method. You may need to build jenkins jobs when branches/PRs are made from within the repository – say, to run tests. You may also want to report on the test status when finished. continue reading…