Skip to content

Instantly share code, notes, and snippets.

@bettin
Forked from danriti/hipchat.sh
Created October 31, 2013 02:49
Show Gist options
  • Save bettin/7243694 to your computer and use it in GitHub Desktop.
Save bettin/7243694 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