Trying to trigger atlassian bamboo 2.7 to do a build after we do commits to our git server.
Apparently I have to hit a certain api url with wget:
wget --no-check-certificate http://myserver.net/build/updateAndBuild.action?buildKey=ABC-DEF
However this does not work. When i run this command, nothing is returned in the http reply, and i've done the following as i should have:
- Configure the build strategy to triggered build mode
- Set my IP address is the trigger IP address
- Committed and pushed some new code
But it does nothing, any ideas?
wgetjust from the command line, rather than in the post-commit hook? - Mark Longair