Skip to content

Instantly share code, notes, and snippets.

@directhex
Created July 21, 2015 09:08
Show Gist options
  • Save directhex/df99cfc7b23a9770c882 to your computer and use it in GitHub Desktop.
Save directhex/df99cfc7b23a9770c882 to your computer and use it in GitHub Desktop.
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