Agent successfully connected and online
I've set up Kubernetes. There is 1 jenkins master and when I start a job it's creating a temporary jenkins slave.
It seems to work fine. The slave starts and is connected. The job (just an 'echo
' runs fine. But after that I see the following error in my Jenkins-slave logs. What's the reason for this?
JNLP agent connected from 10.xx.xxx.xxx/10.xx.xxx.xxx
Slave.jar version: 3.10
Slave.jar version: 3.10
This is a Unix agent
NOTE: Relative remote path resolved to: /home/jenkins
This is a Unix agent
NOTE: Relative remote path resolved to: /home/jenkins
Agent successfully connected and online
HTTP ERROR 404
Problem accessing /computer/jenkins-slave-5hxzz/logText/progressiveHtml. Reason:
Not Found
Is this because the slave is already shutted down (after running the job)?