We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250e983 commit 361a072Copy full SHA for 361a072
src/main/java/com/cloudbees/jenkins/plugins/sshagent/SSHAgentStepExecution.java
@@ -87,7 +87,7 @@ public void onResume() {
87
}
88
89
90
- // TODO use https://github.com/jenkinsci/jenkins/pull/2066
+ // TODO use 1.652 use WorkspaceList.tempDir
91
static FilePath tempDir(FilePath ws) {
92
return ws.sibling(ws.getName() + System.getProperty(WorkspaceList.class.getName(), "@") + "tmp");
93
0 commit comments