|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Is there some other workaround for this? Its been open for over a year. I'm trying to get
We are running Jenkins as a Windows Service on Windows 2012.
/root might work if Jenkins is installed on a *ux box....How about some love for Windows?
What value should I set this HOME environment variable to for a windows box? \root does not work.
This is the build output in my Jenkins console:
`C:\Program Files (x86)\Jenkins\jobs\InternAngularExample\workspace\angularjs-example>npm install
npm WARN package.json [email protected] No repository field.
> [email protected] postinstall C:\Program Files (x86)\Jenkins\jobs\InternAngularExample\workspace\angularjs-example
> bower install
'bower' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! [email protected] postinstall: `bower install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script.
npm ERR! This is most likely a problem with the angularjs-intern-example package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! bower install
npm ERR! You can get their info via:
npm ERR! npm owner ls angularjs-intern-example
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\PROGRA~2\\nodejs\\\\node.exe" "C:\\PROGRA~2\\nodejs\\node_modules\\npm\\bin
npm-cli.js" "install"
npm ERR! cwd C:\Program Files (x86)\Jenkins\jobs\InternAngularExample\workspace\angularjs-example
npm ERR! node -v v0.10.35
npm ERR! npm -v 1.4.28
npm ERR! code ELIFECYCLE
npmBuild step 'Execute Windows batch command' marked build as failure`