Skip to content

Commit

Permalink
[JENKINS-26398] Linking to a filed issue.
Browse files Browse the repository at this point in the history
Originally-Committed-As: 73d09e62b8b094f2865d1aab32044cf402965108
  • Loading branch information
jglick committed Jan 12, 2015
1 parent 6b0adae commit ec779e6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -293,7 +293,7 @@ private void startJnlpProc() throws Exception {
Handler handler = new ConsoleHandler();
handler.setLevel(Level.ALL);
LOGGER.addHandler(handler);
// Cannot use regular JenkinsRule.createSlave, since its slave dir is thrown out after a restart.
// Cannot use regular JenkinsRule.createSlave due to JENKINS-26398.
// Nor can we can use JenkinsRule.createComputerLauncher, since spawned commands are killed by CommandLauncher somehow (it is not clear how; apparently before its onClosed kills them off).
DumbSlave s = new DumbSlave("dumbo", "dummy", tmp.getRoot().getAbsolutePath(), "1", Node.Mode.NORMAL, "", new JNLPLauncher(), RetentionStrategy.NOOP, Collections.<NodeProperty<?>>emptyList());
story.j.jenkins.addNode(s);
Expand Down

0 comments on commit ec779e6

Please sign in to comment.