I have an local Jenkins server under localhost:8080 running, which is running in a Virtual Machine on debian7.
Host System is Windows8.
Now I want that every time I Push something from My hostsystem to mit bitbucket git repository the local jenkins server in the vm should pull the new commit and then starting a sonar Check on it.
How do I have to configurate jenkins that he pull the new commit automatically??
Sonar Qube is installed and running. Sonar Runner is also installed Git also.