gpt4 book ai didi

node.js - Jenkins - 构建期间 Windows 10 上的 Node JS + GitHub 集成失败

转载 作者:IT老高 更新时间:2023-10-28 23:23:55 27 4
gpt4 key购买 nike

我正在尝试使用 Jenkins 版本 1.6 为 Node js 配置持续集成

第 1 步:我通过保持全局配置如下配置了 NodeJS 安装

Global Configuration

第 2 步:我的作业配置选择 Node 全局配置在这里

Job Configuration

第 3 步:我的作业控制台,它在安装 npm 时获取正确的 git repo 失败 Job Console

 > C:\Git\Git\bin\git.exe config core.sparsecheckout # timeout=10
> C:\Git\Git\bin\git.exe checkout -f f1612bda9378e7f03738d142a5ce7c0d0a55f6c3
> C:\Git\Git\bin\git.exe rev-list f1612bda9378e7f03738d142a5ce7c0d0a55f6c3 # timeout=10
Unpacking https://nodejs.org/dist/v6.9.0/node-v6.9.0-win-x86.zip to C:\Users\Selva\.jenkins\tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\node_v6.9 on Jenkins
[substack] $ C:\Users\Selva\.jenkins\tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\node_v6.9\node.exe C:\Users\Selva\AppData\Local\Temp\hudson640278178448032292.js
C:\Users\Selva\AppData\Local\Temp\hudson640278178448032292.js:1
(function (exports, require, module, __filename, __dirname) { npm install
^^^^^^^
SyntaxError: Unexpected identifier
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
Build step 'Execute NodeJS script' marked build as failure
Finished: FAILURE
enter code here

如果我需要更改哪个步骤有任何错误,我使用的是带有 jenkins 稳定版的 windows 10 机器

在这里,我关注了官方 jenkins wiki 页面的文档。 Node JS Plugin

有人请帮忙解决这个 Node JS + Github + Jenkins 配置

最佳答案

在第 2 步中,您不应该将 npm install 作为类型为 Execute NodeJS script 的步骤运行。

  • 这要求您输入有效的 Node Javascript 作为 Script,例如 console.log('I should be valid javascript code')

Provide Node and npm bin/folder to PATH 标记为标记,并将 Execute NodeJS script 步骤替换为您输入的 Windows PowerShell 脚本npm install 作为 Script 值。

关于node.js - Jenkins - 构建期间 Windows 10 上的 Node JS + GitHub 集成失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43231422/

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