We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Thread.name
Engine
1 parent ca3412e commit 1c9000aCopy full SHA for 1c9000a
src/main/java/hudson/remoting/Engine.java
@@ -264,6 +264,7 @@ public Engine(
264
String directConnection,
265
String instanceIdentity,
266
Set<String> protocols) {
267
+ setName("Engine for " + agentName);
268
executor = makeExecutor(this, agentName);
269
this.listener = listener;
270
this.directConnection = directConnection;
0 commit comments