Hello,
I have jenkins job setup for bitbucket and i have setup SCM poll option in jenkins
I excpected that jenkins will poll Bitbucket and if it detects any change than only it will build but seems like its building everytime it polls no matter change is there or not ?
Am i missing something ?
I see a webhook trigger for bitbucket which notifies jenkins when checkin happens but i dont have public IP for jenkins server as it is on internal network
so would like jenkins to poll bitbucket and build only if there is a change
-Thanks