bower - Building jhipster in Windows Jenkins -
when try build jhipster on windows jenkins instance, following error
org.apache.maven.lifecycle.lifecycleexecutionexception: failed execute goal com.github.trecloux:yeoman-maven-plugin:0.4:build (run-frontend-build) on project jhipster: error during : cmd /c bower --version
i tried running pprod clean package commandline , works fine.
any thoughts / appreciated.
that's because jenkins's node environment not complete, make sure bower in path. bower should installed using npm install -g bower
please refer our documentation jenkins setup: http://jhipster.github.io/setting-up-ci/
Comments
Post a Comment