Hi
I am running jenkins server from command line
java -jar jenkins-1.483.war JAVA_OPTS="-Djava.io.tmpdir=/opt/webapp/jenkins-1.483/tmp" --httpPort=8081
I want to change the java.io.tmpdir. Currently it is pointing to /tmp on my Unix Box.
How can i change the java.io.tmpdir. the above command line does not seem to work.
I have only master node in my jenkins configuration.
Any pointers...
Regards
Raj