Description of the situation where bitbucket webhook does not trigger argocd:
The status code returned by bitbucket webhook is 200, and argocd can receive the push event normally without reporting an error, but it cannot trigger refresh. Tried the following, but still doesn't work:
Hi and welcome to the community!
I'm not sure what you are referring to by "Bitbucket only receives push events, no refresh". If you have a webhook set up to trigger on push, then every time commits are pushed to the repo, Bitbucket will send a request to the URL configured on the webhook settings.
If by 'refresh' you mean something that you expect to happen on Bitbucket Cloud side, can you please explain what exactly is the Bitbucket event/action you are referring to?
If by 'refresh' you mean ArgoCD refreshing something after receiving the webhook payload, I would suggest reaching out to ArgoCD's support team for help with troubleshooting.
Kind regards,
Theodora
Hi, Thanks a lot for your comment,
It should be ArgoCD‘s refresh action, ’
Refresh: Fetches the latest manifests from git and compares diff.
I wish bitbucket cloud can communication with ArgoCD community to check on this ?
if not support yet, work with ArgoCD community to make it work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Thank you for the clarification.
Bitbucket Cloud has no control over what happens on the destination server once the webhook payload has been received. If nothing is triggered at all, I would suggest reaching out to ArgoCD community or support team for further steps with troubleshooting, as this is outside the scope of our support.
If ArgoCD attempts to do a refresh (which I assume may be a git pull or git fetch from a Bitbucket Cloud repo) and that fails e.g. with an authentication error, we can guide you to ensure that the correct credentials are used. But if nothing is triggered at all, then the ArgoCD team will be better equipped to help.
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.