I am a noob to Jenkins, and I have a Jenkins server that runs an ansible playbook to deploy the app.
I would like to be able to have Jenkins run an ansible playbook which runs application python tests when a GitHub pull request is opened. I would then like the results of the tests to be displayed in the Github repo similar to how Travis does it. Are there any way to achieve this with Jenkins? Thanks