Bob Lantz | 825f3ee | 2014-09-25 20:08:10 -0700 | [diff] [blame] | 1 | # Rules for Jenkins Log Parser Plugin |
| 2 | # These should work for parsing the Mininet build log |
| 3 | # Rules are in priority order - first matching rule |
| 4 | # triggers and the rest are ignored. |
| 5 | |
| 6 | # FAILED indicates build/install failure |
| 7 | error /FAILED/ |