Skip to content

Commit

Permalink
[JENKINS-42816] use "agent" for Symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Feb 20, 2018
1 parent 02d6908 commit bc10eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/slaves/DumbSlave.java
Expand Up @@ -66,7 +66,7 @@ public DumbSlave(@Nonnull String name, String remoteFS, ComputerLauncher launche
}

@Extension @Symbol({"dumb",
"slave"/*because this is in effect the canonical slave type*/})
"slave", "agent" /*because this is in effect the canonical slave type*/})
public static final class DescriptorImpl extends SlaveDescriptor {
public String getDisplayName() {
return Messages.DumbSlave_displayName();
Expand Down

0 comments on commit bc10eca

Please sign in to comment.