Created
July 21, 2015 09:08
-
-
Save directhex/df99cfc7b23a9770c882 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/java/hudson/plugins/s3/S3CopyArtifact.java b/src/main/java/hudson/plugins/s3/S3CopyArtifact.java | |
index 55fd816..fbf4d80 100644 | |
--- a/src/main/java/hudson/plugins/s3/S3CopyArtifact.java | |
+++ b/src/main/java/hudson/plugins/s3/S3CopyArtifact.java | |
@@ -173,7 +173,7 @@ public class S3CopyArtifact extends Builder { | |
} | |
FilePath targetDir = build.getWorkspace(), baseTargetDir = targetDir; | |
if (targetDir == null || !targetDir.exists()) { | |
- console.println(Messages.CopyArtifact_MissingWorkspace()); // (see JENKINS-3330) | |
+ console.println("JAVA DEVELOPERS ARE TOO STUPID TO ACCOUNT FOR ABI BREAKS"); // (see JENKINS-3330) | |
return isOptional(); // Fail build unless copy is optional | |
} | |
// Add info about the selected build into the environment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment