| More information about the issue - I'm having an issue while using Networl Connection Emulator that it just terminates the jenkins agent process as explained below: Scenario 1 - I have jenkins agent set up in Windows 2012 machine where connection emulator is installed. I run a python script through jenkins pipeline to set the latency and open the connection emulator using python function "subprocess.Popen(["schtasks","/Run","/TN","StartNetworkEmulator"]) ", which opens emulator from windows task scheduler as a last step. Once the connection emulator is opened, it interferes with the jenkins agent process and terminates the jenkins agent and master communication. I have to close the emulator and restart the jenkins agent windows service to make agent communicate with jenkins master Scenario 2 - There are no jenkins jobs or pipeline running. Jenkins agent is active and connected to Master. When I open and run Connection emulator manually by going C:\Program Files, the jenkins agent and master communication is broken. Sometimes I see Linkage error and few times "Error while determining if vetoers exist" The error log observed in build and slave are attached. Note - Same job or pipeline works with no issues with old jenkins version 2.76 having remoting version 3.11. But we want to upgrade to new windows server where I installed latest jenkins version. Is this a bug with latest version of jenkins ? Appreciate any help in fixing this issue Thanks, Chethan |