Send a message to a HipChat room... with color!
- Fix bug if
from-namecontains a space (thanks @anfedorov)
token(required) Your HipChat token.room-id(required) The id of the HipChat room. (retrieve yours from https://www.hipchat.com/rooms/ids)passed-message(optional) The message which will be shown on a passed build or deploy.failed-message(optional) The message which will be shown on a failed build or deploy.passed-color(optional, default:green) The color of a passed build/deploy message in HipChat.failed-color(optional, default:red) The color of a failed build/deploy message in HipChat.passed-notify(optional, default:false) If this istruethe passed build/deploy message will make HipChat notify the user.failed-notify(optional, default:true) If this istruethe passed build/deploy message will make HipChat notify the user.from-name(optional, default:wercker) Use this option to override the name that will appear in the room as sender.on(optional, default:always) When should this step send a message. Possible values:alwaysandfailed.
Add HIPCHAT_TOKEN as deploy target or application environment variable.
build:
after-steps:
- hipchat-notify:
token: $HIPCHAT_TOKEN
room-id: id
from-name: nameThe MIT License (MIT)
- Refactoring
- Fix bug if
from-namecontains a space (thanks @anfedorov)
- Remove emoticons introduced by version
1.0.1.
- Add more icons to the default messages
- Add links to application and build/deploy
- Add support for color for passed and failed messages (thanks adams-sarah)
- Add support for 'notify' for passed and failed messages
Broken
- Fix example in readme
- Update readme