Trying to run atlassian bamboo 2.7 to build an assembly after we run our git server.
Apparently, I should hit a specific 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 returns in the http response, and I did the following as I should:
- Configure build strategy to run build mode
- Set trigger IP address
- Blocked and pushed some new code
But does nothing, no ideas?
source
share