Jenkins: Logfile location on slave nodes?

Q-man picture Q-man · Jan 25, 2019 · Viewed 8.2k times · Source

I have a jenkins master-slave setup through JNLP connections. Everything is working fine except I can not find any logs on the slave nodes. There are logs on the master in "$JENKINS-HOME/logs/slaves" but none on the slave node.

Can you tell me on which path the log is or if there is even logging on the slave node?

Thank you very much!

Q

Answer

biruk1230 picture biruk1230 · Jan 25, 2019

Jenkins stores all logs on master only, that's why you cannot find any log on nodes.