How to get atlassian bamboo to automatically create an assembly from a post commit

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?

+3
source share
3 answers
+1
+1

Git bamboo web hook service.

, :

Github

ur github → → -

"" " "

URL: https://(compnayname).atlassian.net/builds

: ( , URL - )

: bamboo useranme ( )

: .

"" , ( → )

( → )

:

: ,

IP-: IP- ( , bamboo IP-)

0

All Articles