Slide 21
Slide 21 text
Gruel Plugin - No.fy HipChat
hipchat {
auth_token = '{AUTH TOKEN}'
}
task notifyHipchat(
type: com.glasstowerstudios.gruel.tasks.hipchat.HipChatNotificationTask) {
// Can be one of: ['purple', 'red', 'green', 'yellow', 'gray', 'random']
color = 'yellow'
message = "Your message here. You can include simple html"
channelName = "Name of channel to notify"
}
#babbq16