Send a message to an Ikachan
url
(required) Ikachan post url.channel
(required) sent target irc channel name.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.
build:
after-steps:
- ikachan-notify:
url: ikachan post url
channel: channel name
passed-message: "%02[CI]%0f $WERCKER_APPLICATION_NAME: $WERCKER_BUILD_URL build of $WERCKER_GIT_BRANCH %02%0301,03PASSED%0f"
failed-message: "%02[CI]%0f $WERCKER_APPLICATION_NAME: $WERCKER_BUILD_URL build of $WERCKER_GIT_BRANCH %02%0301,04FAILED%0f"
The MIT License (MIT)
- Supported passed and failed messages.
- Supported deploy.
- First version release