Skip to content

Instantly share code, notes, and snippets.

@shirshir
Forked from danriti/hipchat.sh
Created July 1, 2014 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirshir/00084220641f42fb4982 to your computer and use it in GitHub Desktop.
Save shirshir/00084220641f42fb4982 to your computer and use it in GitHub Desktop.
# Build Passes
curl -d "room_id=ourRoom&from=BuildBot&message=Build+Status:+Passing&color=green" https://api.hipchat.com/v1/rooms/message?auth_token=AUTH_TOKEN_HERE&format=json
# Build Fails
curl -d "room_id=ourRoom&from=BuildBot&message=Build+Status:+Failing&color=red&notify=1" https://api.hipchat.com/v1/rooms/message?auth_token=AUTH_TOKEN_HERE&format=json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment