Created
December 7, 2012 21:04
-
-
Save q0rban/4236526 to your computer and use it in GitHub Desktop.
Jenkins Drush Log Parser rules
This file contains 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
warning /\[warning\]/ | |
error /\[error\]/ | |
info /\[completed\]/ | |
info /\[success\]/ | |
info /\[ok\]/ | |
error /Processed 0/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To use these rules with the Log Parser or Console Output Parsing plugin, follow these instructions:
sudo su - jenkins
mkdir ~/log-parser-rules
wget -O ~/log-parser-rules/drush https://gist.githubusercontent.com/q0rban/4236526/raw/32b2d28a203c0f4a284e487cf7c8dfba6fc40037/jenkins_log_parser_drush