BitBucket Jenkins doesn't automatically build
问题 On my Jenkins I configured: Source Code Management Git repository: https://bitbucket.org/username/project.git credentials: username/password Builder Triggers Build when a change is pushed to BitBucket On my BitBucket Webhooks: http://Jenkins.URL:8080/bitbucket-hook I tried pushing a small change to a .txt file, but the Jenken doesn't build automatically. If I manually click "build now", it shows success. What could be the problem? In the bitbucket repository, the project is simple. I just