Hi,
a question: I've just read the documentation in Jenkins Remoting about
work dir (
https://github.com/jenkinsci/remoting/blob/master/docs/workDir.md)
and logging (
https://github.com/jenkinsci/remoting/blob/master/docs/logging.md).
In my opinion, this documentation is lacking.
For example: Where should I put these parameters like -workDir or
-loggingConfig? What to do after adding these parameter? What can I
expect? An example or several examples would be really helpful.
For example: I've just added the parameter
"-Djava.util.logging.config.file="D:\\log.txt"" to a Windows Slave in
Jenkins / JVM Options for that slave. But after restart the slave (so,
closing the JNLP and starting again) and after starting a new job, I
did not see any log.txt in D:\