I am trying to link Bamboo and Bitbucket in order to get Bamboo react on pull requests.
I have:
I am checking the "System information" page in Bamboo to see if I receive any events from Bitbucket. Even though "Remote events status=working" "Last received event" column remains empty. I am trying to trigger some event by creating and editing pull requests.
Observations:
What could be missing? Why does Bamboo not receive any events? I have re-established the links between the applications. Nothing has changed.
Hi!
Could you verify 2 place please?
1. SSL configuration on tomcat side
2. Base URL and confguration on revers proxy if you have.
OK. I have some more info:
The Bamboo endpoint GET /rest/capabilities returns several links. My Bamboo is hosted with SSL and all the links have https prefix. This is OK.
However the endpoint GET /rest/remote-event-consumer/1/capabilities returns all links with http. This makes Bitbucket complain:
java.lang.IllegalArgumentException: Request url 'http://bamboo.my.org/rest/remote-event-consumer/latest/events/stash-branch-changed-remote-event' isn't in the same origin as the rpc url 'https://bamboo.my.org'
Any Idea how to fix the URLs in the GET /rest/remote-event-consumer/1/capabilities response?
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.