I have a question regarding GitHub checks for Pull Request. I have an integration between GitHub and Jenkins, which each time a Pull Request is opened it will trigger a Jenkins jobs to run. But how do I configure it so that if the Jenkins job is successful, it will pass back a Check validation back to GitHub Pull Request as a success as shown in below image?
I created a GitHub App and the Jenkins job is able to trigger during Pull Request, but no status is pass back. I think I am missing a step somewhere, but not sure which.