-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Version 5.0.1
For an output like this
[WARNING] 'tools.jar' was not found, kapt may work unreliably
the following exclude Filter does not work
excludeMessage("'tools.jar' was not found, kapt may work unreliably")
but this works:
excludeMessage('was not found, kapt may work unreliably'),
So there is a problem with single quotes inside filter messages
[JENKINS-57448] excludeMessage does not work with single quotes
Description |
Original:
For an output like this the following exclude Filter does not work {noformat} [WARNING] 'tools.jar' was not found, kapt may work unreliably {noformat} excludeMessage("'tools.jar' was not found, kapt may work unreliably") but this works: excludeMessage('was not found, kapt may work unreliably'), So there is a problem with single quotes inside filter messages |
New:
For an output like this {noformat} [WARNING] 'tools.jar' was not found, kapt may work unreliably {noformat} the following exclude Filter does not work excludeMessage("'tools.jar' was not found, kapt may work unreliably") but this works: excludeMessage('was not found, kapt may work unreliably'), So there is a problem with single quotes inside filter messages |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |