I'm trying to set up webhook in GitHub to trigger Bamboo builds but I can't get the payload URL right it seems. The error in GitHub is "We couldn’t deliver this payload: Couldn't resolve host name".
I'm using https://company bamboo server.port/updateAndBuild.action?buildKey=RTP-GTP2
First of all check if your Bamboo server is visible from internet, e.g. https://validator.w3.org/checklink
Second, use webhook URL
https://company.bamboo.server:port/rest/triggers/latest/remote/changeDetection?planKey=RTP-GTP2
see more details at https://confluence.atlassian.com/bamboo/repository-triggers-the-build-when-changes-are-committed-289276902.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.