Skip to content

Commit

Permalink
[FIXED JENKINS-13902] move master up in selection list
Browse files Browse the repository at this point in the history
  • Loading branch information
imod committed Jun 25, 2012
1 parent f6a5708 commit 01b0a3c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -141,7 +141,7 @@ public static List<String> getSlaveNames() {

// add 'magic' name for master, so all nodes can be handled the same way
if (!test.contains("master")) {
test.add("master");
test.add(0, "master");
}
return test;
}
Expand Down

0 comments on commit 01b0a3c

Please sign in to comment.