15 lines
238 B
JSON
15 lines
238 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"severity": "error",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^(Build .+ and \\x1b\\[31mfailed\\x1b\\[0m)$",
|
||
|
"message": 1
|
||
|
}
|
||
|
],
|
||
|
"owner": "build-failed"
|
||
|
}
|
||
|
]
|
||
|
}
|