Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/jenkins/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jenkins Hubot:安装Hubot脚本_Jenkins_Coffeescript_Hubot - Fatal编程技术网

Jenkins Hubot:安装Hubot脚本

Jenkins Hubot:安装Hubot脚本,jenkins,coffeescript,hubot,Jenkins,Coffeescript,Hubot,我用hipchat适配器安装了Hubot。我还使用npm安装了一个外部脚本hubot-jenkins-enhanced。但是,Hubot没有响应jenkins命令,这些命令应该在这个脚本中侦听 我是否必须手动将node\u模块/hubot-jenkins增强型/index.coffee复制到hubot/scripts?我找不到任何关于如何在任何地方安装插件的信息。我认为npm安装就足够了,但显然不行。我必须在external scripts.json中包含hubot jenkins脚本,如下所述

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


我是否必须手动将
node\u模块/hubot-jenkins增强型/index.coffee
复制到
hubot/scripts
?我找不到任何关于如何在任何地方安装插件的信息。我认为
npm安装
就足够了,但显然不行。

我必须在
external scripts.json中包含hubot jenkins脚本,如下所述:

要使用NPM包中的脚本,请执行以下操作:

  • 运行
    npm install--save
    将包作为依赖项添加并安装
  • 将包添加到
    external scripts.json
  • Hubot现在响应jenkins的命令