Skip to content

Instantly share code, notes, and snippets.

@giastfader
Forked from danriti/hipchat.sh
Created March 26, 2014 22:39
Show Gist options
  • Select an option

  • Save giastfader/9795246 to your computer and use it in GitHub Desktop.

Select an option

Save giastfader/9795246 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