gpt4 book ai didi

node.js - NodeJS jenkins 插件坏了?

转载 作者:搜寻专家 更新时间:2023-10-31 22:25:01 24 4
gpt4 key购买 nike

我刚刚在 Jenkins 1.526 上安装了 NodeJS 插件

https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin

但是在主配置上,NodeJS 自动安装程序没有出现,这个插件是否过时了?

最佳答案

适用于我,但我必须重新启动服务器才能显示该选项

我在这里看到选项:/jenkins/configure

我的步骤:

a) 正常安装

https://wiki.jenkins-ci.org/display/JENKINS/NodeJS+Plugin

b) 然后进入配置页面

/jenkins/configure

c) NodeJS选项应该在maven/git和ant安装选项下

d) 创建 NodeJS 安装

NodeJS->NodeJS 安装-> 添加 NodeJS-> Name = "NodeJS 0.11.10",勾选"自动安装",选择"从 nodejs.org 安装",将"grunt-cli"添加到全局安装包中

e) 创建一个作业,nodejs shell 应该作为构建任务“执行 NodeJS 脚本”可用

例如,为一个简单的 hello world 示例执行此操作,将 hello world 回显到 jenkins 作业输出上

var sys = require('sys');
sys.puts('NodeJS Test');
sys.puts('***************');
sys.puts('helloworld');

关于node.js - NodeJS jenkins 插件坏了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18213074/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com