Hi,
I'm trying to trigger a build plan created on Bamboo, from Bitbucket webhook. The webhook sends a request for build as soon as the master branch is updated.
I referred to the IPs given in the following document:
https://bitbucket.org/blog/new-ip-addresses-bitbucket-cloud
for configuring trigger in Bamboo.
It worked for few requests and then it started failing with code 400. Upon checking the webhook requests found that requests are originated from some other IP-
"Build request for plan [XXXX - XXXX] originated from 18.234.32.228,172.31.11.67,127.0.0.1 which is not an allowed address"
Not only this, I checked other failed requests and found different IPs which include following:
18.234.32.224,172.31.1.19,127.0.0.1
18.234.32.227,172.31.36.113,127.0.0.1
I'm doing this for the first time. Could anyone help me in this regard? Am I not doing it right? Do I need to specify the IPs in some other way. Any help in this regard is appreciated.
Thanks in anticipation