Skip to content

Commit

Permalink
Merge pull request #7 from cschabl/master
Browse files Browse the repository at this point in the history
Fix of JENKINS-15038: switching archive to ZIP
  • Loading branch information
abayer committed Sep 6, 2013
2 parents 90b2239 + d436b42 commit 805ab15
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 805ab15

Please sign in to comment.