Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins: Logfile location on slave nodes?

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

like image 350
Q-man Avatar asked Jan 25 '19 09:01

Q-man


People also ask

How master and slave nodes communicate in Jenkins?

Jenkins uses a Master-Slave architecture to manage distributed builds. In this architecture, Master and Slave nodes communicate through TCP/IP protocol.


1 Answers

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

like image 144
biruk1230 Avatar answered Sep 28 '22 03:09

biruk1230