Jenkins 的 Maven 构建失败 Blue Ocean 插件

Maven Build Failure Blue Ocean plugin for Jenkins

我正在尝试构建 Blue Ocean Jenkins 插件,因为我计划对着陆页进行一些小的 UI 更改。

我是 运行 mvn clean install,就像在回购 README.md 中一样。 我在上面的命令中遇到了一个问题 运行。下面是构建日志。任何建议都会有所帮助。非常感谢。

[INFO] [13:12:57] Browserify bundle processing error
[INFO] [13:12:57]       error: Error: Cannot find module '..    stempjundleStartup.js' from 'C:\workspace\blueocean-plugin\blueocean-core-js\target\js-bundle-src'
[ERROR] C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\@jenkins-cd\js-builder\internal\bundlegen.js:289
[INFO]     at C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\browser-resolve\node_modules\resolve\lib\async.js:46:17
[ERROR]                 throw new Error('Browserify bundle processing error. See above for details.');
[INFO]     at process (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\browser-resolve\node_modules\resolve\lib\async.js:173:43)
[ERROR]                 ^
[INFO]     at ondir (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\browser-resolve\node_modules\resolve\lib\async.js:188:17)
[ERROR]
[INFO]     at load (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\browser-resolve\node_modules\resolve\lib\async.js:69:43)
[ERROR] Error: Browserify bundle processing error. See above for details.
[INFO]     at onex (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\browser-resolve\node_modules\resolve\lib\async.js:92:31)
[ERROR]     at Readable.<anonymous> (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\@jenkins-cd\js-builder\internal\bundlegen.js:289:23)
[INFO]     at C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\browser-resolve\node_modules\resolve\lib\async.js:22:47
[ERROR]     at Readable.emit (events.js:182:13)
[INFO]     at C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\graceful-fs\polyfills.js:282:31
[ERROR]     at Labeled.<anonymous> (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\read-only-stream\index.js:28:44)
[INFO]     at FSReqWrap.oncomplete (fs.js:154:21)
[ERROR]     at Labeled.emit (events.js:182:13)
[ERROR]     at Labeled.<anonymous> (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\stream-splicer\index.js:130:18)
[ERROR]     at Labeled.emit (events.js:182:13)
[ERROR]     at Deps.<anonymous> (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\stream-splicer\index.js:130:18)
[ERROR]     at Deps.emit (events.js:182:13)
[ERROR]     at C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\module-deps\index.js:361:30
[ERROR]     at onresolve (C:\workspace\blueocean-plugin\blueocean-core-js\node_modules\module-deps\index.js:179:25)
[ERROR] npm ERR! code ELIFECYCLE
[ERROR] npm ERR! errno 1
[ERROR] npm ERR! @jenkins-cd/blueocean-core-js@1.10.4 mvnbuild: `gulp lint build bundle`
[ERROR] npm ERR! Exit status 1
[ERROR] npm ERR!
[ERROR] npm ERR! Failed at the @jenkins-cd/blueocean-core-js@1.10.4 mvnbuild script.
[ERROR] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[ERROR]
[ERROR] npm ERR! A complete log of this run can be found in:
[ERROR] npm ERR!     C:\Users\nbalakrishna\AppData\Roaming\npm-cache\_logs20-09-21T07_42_57_865Z-debug.log
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Blue Ocean Parent 1.23.3-SNAPSHOT:
[INFO]
[INFO] Blue Ocean Parent .................................. SUCCESS [ 16.045 s]
[INFO] Jenkins Design Language ............................ SUCCESS [03:05 min]
[INFO] Blue Ocean Core JS ................................. FAILURE [01:13 min]
[INFO] Common API for Blue Ocean .......................... SKIPPED
[INFO] REST API for Blue Ocean ............................ SKIPPED
[INFO] i18n for Blue Ocean ................................ SKIPPED
[INFO] Web for Blue Ocean ................................. SKIPPED
[INFO] Pipeline SCM API for Blue Ocean .................... SKIPPED
[INFO] JWT for Blue Ocean ................................. SKIPPED
[INFO] REST Implementation for Blue Ocean ................. SKIPPED
[INFO] Pipeline implementation for Blue Ocean ............. SKIPPED
[INFO] Events API for Blue Ocean .......................... SKIPPED
[INFO] Dashboard for Blue Ocean ........................... SKIPPED
[INFO] Personalization for Blue Ocean ..................... SKIPPED
[INFO] Config API for Blue Ocean .......................... SKIPPED
[INFO] GitHub Pipeline for Blue Ocean ..................... SKIPPED
[INFO] Git Pipeline for Blue Ocean ........................ SKIPPED
[INFO] Bitbucket Pipeline for Blue Ocean .................. SKIPPED
[INFO] Blue Ocean Pipeline Editor ......................... SKIPPED
[INFO] JIRA Integration for Blue Ocean .................... SKIPPED
[INFO] Blue Ocean ......................................... SKIPPED
[INFO] Blue Ocean Executor Info ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:42 min
[INFO] Finished at: 2020-09-21T13:12:58+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.5:npm (npm mvnbuild) on project blueocean-core-js: Failed to run task: 'npm run mvnbuild' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :blueocean-core-js

无法在项目 blueocean-core-js 上执行目标 com.github.eirslett:frontend-maven-plugin:1.7.5:npm (npm mvnbuild)。以上是构建日志。

我已将问题发布到 Jenkins 用户体验 Google 组中,了解到 Blue Ocean 无法在 Windows 中编译。按照建议,我将尝试 运行 WSL1 或 WSL2 中的东西,但不是原生的 Windows。