I am trying to generate package in Jenkins with poll SCM (* * * * *) mechanism. If I keep my repository public, and if I commit any changes from visual studio to bitbucket, It is creating packages in Jenkins (Still I need to click on Build Now option in Jenkins).
If I make my repository private, and if I commit any changes from visual studio to bitbucket, It's giving me timeout error in build console and url not able to access in configuration.
Private repository (Not working),
What changes I need to make in configuration to make it work.