I made the connection between google app engine and bitbucket in google developers console and set up push-to-deploy according to the website: https://cloud.google.com/tools/repo/push-to-deploy
Jenkins is working well, but when I push my change to bitbucket, bitbucket code has changed, but Google Developers Console->Source code->Browse is not updated. I've looked at the commit history in google developers console->source code, it is also not sync with bitbucket. I have waited for a day, but it is still not upated.
My Bitbucket repo is private, but I think it should still work.
Is there a log that records the message between bitbucket and google app engine? I tried the monitoring->logs, but it only includes my application's info.