Branch: refs/heads/master Home: https://github.com/jenkinsci/email-ext-plugin Commit: 55cc84819214d38053513f8d47389c8dbc457eed https://github.com/jenkinsci/email-ext-plugin/commit/55cc84819214d38053513f8d47389c8dbc457eed Author: Steve Rowe <sar...@odyssey.net> Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths: M src/main/java/hudson/plugins/emailext/EmailExtensionPlugin.java A src/main/java/hudson/plugins/emailext/plugins/content/BuildLogMultilineRegexContent.java A src/test/java/hudson/plugins/emailext/plugins/content/BuildLogMultilineRegexContentTest.java Log Message: ----------- Add new content token BUILD_LOG_MULTILINE_REGEX, which allows regexes to match line terminators in build logs, by matching against the full content of the build log. Commit: 0e7ff2aa7448f2456d82dd26d463154fa2124021 https://github.com/jenkinsci/email-ext-plugin/commit/0e7ff2aa7448f2456d82dd26d463154fa2124021 Author: Steve Rowe <sar...@odyssey.net> Date: 2012-06-02 (Sat, 02 Jun 2012) Changed paths: M src/main/java/hudson/plugins/emailext/EmailExtensionPlugin.java Log Message: ----------- fix indent Commit: 9587b9c1ffdb50bcaae905449b423253523c1da5 https://github.com/jenkinsci/email-ext-plugin/commit/9587b9c1ffdb50bcaae905449b423253523c1da5 Author: slide <slide.o....@gmail.com> Date: 2012-06-02 (Sat, 02 Jun 2012) Changed paths: M src/main/java/hudson/plugins/emailext/EmailExtensionPlugin.java A src/main/java/hudson/plugins/emailext/plugins/content/BuildLogMultilineRegexContent.java A src/test/java/hudson/plugins/emailext/plugins/content/BuildLogMultilineRegexContentTest.java Log Message: ----------- Merge pull request #40 from sarowe/master Add new content token BUILD_LOG_MULTILINE_REGEX, which allows regexes to match line terminators in build logs (in addition to all other characters), by matching against the full content of the build log. Compare: https://github.com/jenkinsci/email-ext-plugin/compare/9c0b900...9587b9c