Hubot:安装 hubot 脚本

Hubot: installing a hubot script

我用 hipchat 适配器安装了 Hubot。我还使用 npm 安装了一个外部脚本 hubot-jenkins-enhanced。但是,Hubot 没有响应应该在此脚本中侦听的 jenkins 命令。

我必须手动将 node_modules/hubot-jenkins-enhanced/index.coffee 复制到 hubot/scripts 吗?我找不到任何关于如何在任何地方安装插件的信息。我认为 npm install 就足够了,但显然不够。

我必须按照 the documentation 的描述将 hubot-jenkins 脚本包含在 external-scripts.json 中:

To use a script from an NPM package:

  1. Run npm install --save <package-name> to add the package as a dependency and install it.
  2. Add the package to external-scripts.json.

Hubot 现在响应 jenkins 命令。