How do I change Jenkins-ci systemInfo PATH variable
- by Thomas Schultz
I have Jenkins setup and it was working but then I updated java and now Jenkins acts like it doesn't know where it is.
When I goto my Jenkins server and click manage jenkins-system information under the "Environment Variables" section the PATH variable is wrong. How can I change it?
Jenkins is running as root but root's PATH is correct but Jenkins isn't pulling that correctly.
Right now Jenkins can't find hg(mercurial) or anything else.