I have multiple Windows agents that are being launched as services.
When I updated Jenkins from 1.495 to 1.506, all the slaves died - they just failed to launch, even though they did it without issues during regular Jenkins restarts.
In order to bring the agents back to life, I had to remove the services from each Windows host ("sc delete jenkinsslave..."), manually remove the agent directory (containing the .jars and .exe), and then create the service from scratch.
If I skip any of the described steps, the agent fails to launch.
Agents are running Windows 2003 Server and Windows 2008 Server, the behavior is identical.
[JENKINS-17246] Windows agents die on Jenkins update
Resolution | New: Incomplete [ 4 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Incomplete [ 4 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Workflow | Original: JNJira [ 148079 ] | New: JNJira + In-Review [ 186114 ] |
Summary | Original: Windows slaves die on Jenkins update | New: Windows agents die on Jenkins update |
Description |
Original:
I have multiple Windows slaves that are being launched as services. When I updated Jenkins from 1.495 to 1.506, all the slaves died - they just failed to launch, even though they did it without issues during regular Jenkins restarts. In order to bring the slaves back to life, I had to remove the services from each Windows host ("sc delete jenkinsslave..."), manually remove the slave directory (containing the .jars and .exe), and then create the service from scratch. If I skip any of the described steps, the slave fails to launch. Slaves are running Windows 2003 Server and Windows 2008 Server, the behavior is identical. |
New:
I have multiple Windows agents that are being launched as services.
When I updated Jenkins from 1.495 to 1.506, all the slaves died - they just failed to launch, even though they did it without issues during regular Jenkins restarts. In order to bring the agents back to life, I had to remove the services from each Windows host ("sc delete jenkinsslave..."), manually remove the agent directory (containing the .jars and .exe), and then create the service from scratch. If I skip any of the described steps, the agent fails to launch. Agents are running Windows 2003 Server and Windows 2008 Server, the behavior is identical. |