Hi I am running jenkins server from command line
java -jar jenkins-1.482.war JAVA_OPTS="-Djava.io.tmpdir=/opt/webapp/jenkins-1.482/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 work. I have only master node in my jenkins configuration. Any pointers...
