在 Windows Jenkins 中构建 jhipster

Building jhipster in Windows Jenkins

当我尝试在 windows Jenkins 实例上构建 JHipster 时,出现以下错误

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.github.trecloux:yeoman-maven-plugin:0.4:build (run-frontend-build) on project jhipster: Error during : cmd /c bower --version

我从命令行尝试了 运行 Pprod clean package,它工作正常。

感谢任何想法/帮助。

那是因为Jenkins的node环境不完整,确保bower在它的路径中。 Bower 应该使用 npm install -g bower

安装

请参阅我们关于 Jenkins 设置的文档:http://jhipster.github.io/setting-up-ci/

感谢 Gaël Marziou,我着重解决了 Jenkins 用户访问问题的问题。我能够使用 NodeJS plugin.

解决它