Skip to content

Commit

Permalink
Removing TODO comment filed as JENKINS-34140.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Apr 20, 2016
1 parent 4fc3310 commit e162da7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public String getScriptPath() {
throw new IOException("can only check out SCM into a Run");
}
Run<?,?> build = (Run<?,?>) _build;
Node node = Jenkins.getActiveInstance(); // TODO offer to select a slave based on a configured Label
Node node = Jenkins.getActiveInstance();
if (build.getParent() instanceof TopLevelItem) {
FilePath baseWorkspace = node.getWorkspaceFor((TopLevelItem) build.getParent());
if (baseWorkspace == null) {
Expand Down

0 comments on commit e162da7

Please sign in to comment.