Hello All, I have installed jenkins on my local windows 7. I have installed java 8. I have downloaded jenkins from official website & completed setup by signing up.
I have spring boot project with jenkinsFile so I started creating job with pipeline. I have setup pipeline from SCM git/bitbucket. I have also added specific Branch in Branches to build & script path as jenkinsFile path. I have installed plugins like NodeJSPlugin. & configured in global tool configuration for NodeJS installation. I tried multiple ways to install bower package but it won't give me success. Also after bower I want to install gulp. This is how my job is created. *please find below error log.* [Pipeline] tool > $ cmd /c "C:\Program Files > (x86)\Jenkins\tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\node-4.6.0\npm.cmd" > > install -g npm install -g npm > C:\Program Files > (x86)\Jenkins\tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\node-4.6.0\npm > > -> C:\Program Files > (x86)\Jenkins\tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\node-4.6.0\node_modules\npm\bin\npm-cli.js > C:\Program Files > (x86)\Jenkins\tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\node-4.6.0\npx > > -> C:\Program Files > (x86)\Jenkins\tools\jenkins.plugins.nodejs.tools.NodeJSInstallation\node-4.6.0\node_modules\npm\bin\npx-cli.js > + install@0.10.1 > + npm@5.3.0 > + npm@5.3.0 > updated 2 packages in 89.036s > [Pipeline] stage > [Pipeline] { (check tools) > [Pipeline] sh > [C:\Program Files (x86)\Jenkins\workspace\test-project-v0.1] Running shell > script > + node -v > v6.10.0 > [Pipeline] sh > [C:\Program Files (x86)\Jenkins\workspace\test-project-v0.1] Running shell > script > + npm -v > 3.10.10 > [Pipeline] sh > [C:\Program Files (x86)\Jenkins\workspace\test-project-v0.1] Running shell > script > + bower -v > C:/Program Files > (x86)/Jenkins/workspace/test-project-v0.1@tmp/durable-4ecb94cf/script.sh: > line 2: bower: command not found > [Pipeline] } > [Pipeline] // stage > [Pipeline] } > [Pipeline] // node > [Pipeline] End of Pipeline > ERROR: script returned exit code 127 > Finished: FAILURE > I tried multiple ways to install by trying *Global npm packages to install* as - npm install -g grunt-bower-cli, npm install -g bower, bower@1.8.0 grunt-cli . So can someone help me to resolve the issue ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/808c7e6e-893f-4c78-b6b6-cd2df2894aa5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.