{ "problemMatcher": [ { "owner": "ci-custom", "pattern": [ { "regexp": "^ERROR (.*):(\\d+):(\\d+) - (.*)$", "file": 1, "line": 2, "column": 3, "message": 4 } ] } ] }