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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -