Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History

hubot

Hubot Integration Pack

Pack that provides management/integration with Hubot

Configuration

Copy the example configuration in hubot.yaml.example to /opt/stackstorm/configs/hubot.yaml and edit as required.

You can also use dynamic values from the datastore. See the docs for more info.

Actions

  • branch - List the current deployed git branch of Hubot.
  • deploy - Deploy a specific git branch of deployed Hubot
  • restart - Restart Hubot
  • post_message - Post raw text to Hubot via HTTP API
  • post_result - Send JSON formatted action output via hubot-stackstorm adapter
  • update_ref - Update the git branch of deployed Hubot

ChatOps Aliases

  • hubot branch -> hubot.branch
  • hubot deploy {{branch}} -> hubot.deploy
  • hubot restart -> hubot.restart