-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.7.2
When "# of executors" is set to 0 for a node, not only does the node disappear from the listing (as abayer pointed out to me), but the node will 404 on it's /computer/$node page.
The work around is either to edit the config.xml and restart jenkins or use the script feature. The linked gist contains a script to set the number of executors to 2 which was used a temporary fix in our case.
[0] - https://gist.github.com/pono/8ab92fddb9461cd62e45923b910ce81f
- is duplicated by
-
JENKINS-41385 Setting number of executors to 0 on a slave removes the slave from view
- Resolved
-
JENKINS-44902 When you reduce the number of executors on a dedicated agent to 0 it will throw a 404 Error
- Resolved
- links to