Search code examples
jenkinsjenkins-agent

Jenkins: Logfile location on agent nodes?


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

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


Solution

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