×
Sep 7, 2021 · This page gives some guidance on collecting adequate information to help diagnose the problem.
Apr 14, 2022 · Hello all, I'm hoping someone here can give me direction on how to fix random disconnects from build agents in my Jenkins environment.
Dec 29, 2021 · I am have a Jenkins setup, where Controller (linux) is connected to slave (windows) via ssh using username/password authentication.
Missing: master | Show results with:master
There are essentially three ways of enabling the access control mechanism: Through web UI, go to http://jenkins/configureSecurityand check "Enable Agent →  ...
Sep 7, 2021 · On your master machine go to Manage Jenkins > Manage Nodes. New Node. Enter Node Name; Select Permanent Agent; Press OK.
There are potential pitfalls associated with each approach to scaling Jenkins, but with careful planning, many of them can be avoided or managed.
Jenkins Remoting is a library, and executable Java archive, which implements the communication layer in Jenkins. This includes the TCP-based communication ...
Sep 7, 2021 · To disable slaves from pinging the master, the system property -Dhudson.remoting.Launcher.pingIntervalSec=-1 needs to be set to slaves. How to ...
Pipeline scripts are parsed on controllers, and steps wrapped in node blocks are performed on available executors. agent - An “agent” (formerly "slave") is ...
1: Automatic upgrade of Remoting library ( slave.jar ) on agents. Automatic termination of runaway agent processes on agents.