|
Every time I try to run a build, I get a bunch of lines like this:
/Users/Shared/Jenkins/Home/jobs/dghhtreew/workspace/build.xml:28: Here's the relevant part from my build.xml, which was auto-generated by PHP Project Wizard: ... Apparently the Jenkins user cannot find these commands or something. When I log in via the terminal to Jenkins like this: sudo -s -H -u jenkins and try pdepend it works as expected. But for some reason it won't work when executed from the Jenkins server. I tried setting absolute paths in the executable line, but I just got the same result. I haven't messed with the install or anything, I have the latest version (1.488) of Jenkins via the mac installer. Why can't jenkins do anything??
|
|
Hello
Suggest using EnvInject Plugin, you can pass the location of pdepend for the build from job config page, I had a similiar situation for a different problem and fixed it in this way. Thanks, Krishna Kurnala Krishna Chaitanya On Fri, Nov 2, 2012 at 2:17 PM, Michael Funk <[hidden email]> wrote: Every time I try to run a build, I get a bunch of lines like this: |
| Powered by Nabble | Edit this page |
