Hi, i have a bitbucket repo. I work off a staging branch, when i merge into master and push, the automated build doesn’t trigger. Only commits made and pushed directly on master seem to trigger.
Is this a bitbucket or docker issue?
Share and learn in the Docker community.
Hi, i have a bitbucket repo. I work off a staging branch, when i merge into master and push, the automated build doesn’t trigger. Only commits made and pushed directly on master seem to trigger.
Is this a bitbucket or docker issue?
… oh ok
“You can only trigger one build at a time and no more than one every five minutes. If you already have a build pending, or if you recently submitted a build request, Docker ignores new requests.”
turns out bitbucket has an issue also, its webhooks are not always firing on code merges. Anyway moving toward a separate build service now. Trying Atlassian’s Bamboo or Jenkins.