Skip to content

Commit 361a072

Browse files
committed
jenkinsci/jenkins#2066 merged toward 1.652.
1 parent 250e983 commit 361a072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void onResume() {
8787
}
8888
}
8989

90-
// TODO use https://github.com/jenkinsci/jenkins/pull/2066
90+
// TODO use 1.652 use WorkspaceList.tempDir
9191
static FilePath tempDir(FilePath ws) {
9292
return ws.sibling(ws.getName() + System.getProperty(WorkspaceList.class.getName(), "@") + "tmp");
9393
}

0 commit comments

Comments
 (0)