Skip to content

Commit

Permalink
Fix of JENKINS-15038: Switching archive type of cloned workspace lead…
Browse files Browse the repository at this point in the history
…s to Exception in further jobs
  • Loading branch information
cschabl committed Feb 27, 2013
1 parent 4a4de79 commit d436b42
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -95,7 +95,7 @@ public static AbstractBuild<?,?> getMostRecentBuildForCriteriaWithSnapshot(Abstr

public static String getFileNameForMethod(String method)
{
if (method == "ZIP") {
if ("ZIP".equals(method)) {
return "workspace.zip";
} else {
return "workspace.tar.gz";
Expand Down

0 comments on commit d436b42

Please sign in to comment.