Created
March 27, 2018 02:44
-
-
Save samrocketman/9f2cef204bdc8e37bef5ba4e062eccee to your computer and use it in GitHub Desktop.
Rules for the parsed console output Jenkins plugin.
This file contains hidden or 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
start /^\+.* make/ | |
ok /^PASS/ | |
ok /\[OK\]/ | |
ok /make.*Error.*ignored/ | |
ok /Status and Error see/ | |
warning /\.\.\. no/ | |
warning /warning\:/ | |
error /\bError\b/ | |
error /^FAIL/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment