Email-ext plugin provides build.getLog(100) method to display console output. Is there a similar method to display Parsed Console Output logs ?
Asked
Active
Viewed 2,175 times
2
-
Did you see this question [Send parsed console output in email](http://stackoverflow.com/questions/8719902/send-parsed-console-output-in-email)? – Josh Unger Feb 27 '13 at 23:51
-
Yes, I initially asked my question in that thread but it was deleted by Bill the Lizard♦ Dec 20 '12 at 4:21 – Ankit Feb 28 '13 at 22:33
1 Answers
0
Write this line into "Default Content" of the mail:
Parsed console output link: ${BUILD_URL}parsed_console/

Sami
- 11
- 4