Add Spinnaker webhook to bitbucket

10/23/2018

Both spinnaker and bitbucket located inside private subnet scheme. Spinnaker is deployed on kubernetes. When I try to test connection it gives this error:

http://spinnaker-mydomain.com:8084/webhooks/git/bitbucket

java.lang.IllegalStateException: Request cannot be executed; I/O reactor status: STOPPED

when I try to test connection from telnet it closes as well saying connection refused.

Wondering weather it has something to do with authentication or there is problem in bitbucket service

-- Ahsan Naseem
bitbucket
kubernetes
spinnaker

1 Answer

3/22/2019

If you're using BitBucket on-prem, use the url: http://spinnaker-mydomain.com:8084/webhooks/git/stash

-- Brian Howell
Source: StackOverflow