Skip to content

Commit

Permalink
Merge pull request #3304 from jenkinsci/ndeloof-JENKINS-42816
Browse files Browse the repository at this point in the history
[JENKINS-49661] use "agent" for Symbol
  • Loading branch information
oleg-nenashev committed Feb 23, 2018
2 parents c586ba0 + bc10eca commit 72d80b4
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 72d80b4

Please sign in to comment.