Skip to content

Commit

Permalink
[JENKINS-4426] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrille Le Clerc committed May 22, 2017
1 parent b1f4223 commit 0149822
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -257,7 +257,7 @@ private void executeReporter(StepContext context, TaskListener listener, List<El
} catch(ClassNotFoundException e){
listener.getLogger().print("[withMaven] Jenkins ");
listener.hyperlink("https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Attachments+Plugin", "JUnit Attachments Plugin");
listener.getLogger().print(" not found, can't publish test attachments ");
listener.getLogger().print(" not found, can't publish test attachments.");
} catch (IllegalAccessException|InstantiationException e) {
PrintWriter err = listener.error("[withMaven] Failure to publish test attachments, exception instantiating '" + className + "'");
e.printStackTrace(err);
Expand Down

0 comments on commit 0149822

Please sign in to comment.