#34: temporarily disabled hipchat
This commit is contained in:
parent
da4e999fac
commit
fedde197ca
|
@ -36,10 +36,11 @@ module Modules::Models::WebHooks
|
||||||
add_hook :web do
|
add_hook :web do
|
||||||
string :url
|
string :url
|
||||||
end
|
end
|
||||||
add_hook :hipchat do
|
# temporarily disabled
|
||||||
string :auth_token, :room, :restrict_to_branch
|
# add_hook :hipchat do
|
||||||
boolean :notify
|
# string :auth_token, :room, :restrict_to_branch
|
||||||
end
|
# boolean :notify
|
||||||
|
# end
|
||||||
add_hook :irc do
|
add_hook :irc do
|
||||||
string :server, :port, :room, :nick, :branch_regexes
|
string :server, :port, :room, :nick, :branch_regexes
|
||||||
password :password
|
password :password
|
||||||
|
|
Loading…
Reference in New Issue