Skip to content

Commit

Permalink
Merge pull request #1658 from jenkinsci/json-skip-
Browse files Browse the repository at this point in the history
[JENKINS-68020] Do not scan console log with this parser
  • Loading branch information
uhafner authored Jan 12, 2024
2 parents 95bacd0 + ef1d71a commit cc2888d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ public static class Descriptor extends AnalysisModelParserDescriptor {
public Descriptor() {
super(ID);
}

@Override
public boolean canScanConsoleLog() {
return false;
}
}
}

0 comments on commit cc2888d

Please sign in to comment.