Skip to content

Commit

Permalink
fixing findbug issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vimil committed May 23, 2017
1 parent b853be4 commit 44bf19d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public boolean checkout(AbstractBuild<?, ?> build, Launcher launcher, FilePath w
input.put("listener", listener);
input.put("workspace", workspace);
input.put("scm", this);
input.put("workspacePath", build.getWorkspace().getRemote());
input.put("workspacePath", workspace.getRemote());
input.put("changeLogPath", changelogFile.getParentFile().getAbsolutePath());
input.put("changeLogFile", changelogFile.getAbsolutePath());

Expand Down

0 comments on commit 44bf19d

Please sign in to comment.