Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-42746] - Amend the TODO comment for JENKINS-42743
  • Loading branch information
oleg-nenashev committed Mar 14, 2017
1 parent 0872fc3 commit 63fc71d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -291,7 +291,8 @@ public void launch(final SlaveComputer computer, final TaskListener listener) th

// copy exe
logger.println(Messages.ManagedWindowsServiceLauncher_CopyingSlaveExe(getTimestamp()));
//TODO: This executable in the core is designed for the master, not for the core
//TODO: This executable in the core is designed for the master, not for the agents
// Ideally the resources from Windows Agent Installer Module should be used instead (JENKINS-42743)
copyStreamAndClose(getClass().getResource("/windows-service/jenkins.exe").openStream(), new SmbFile(remoteRoot,"jenkins-slave.exe").getOutputStream());

copyStreamAndClose(getClass().getResource("/windows-service/jenkins.exe.config").openStream(), new SmbFile(remoteRoot,"jenkins-slave.exe.config").getOutputStream());
Expand Down

0 comments on commit 63fc71d

Please sign in to comment.