Skip to content

Commit

Permalink
[JENKINS-68020] Do not scan console log with this parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 12, 2024
1 parent 95bacd0 commit ef1d71a
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 ef1d71a

Please sign in to comment.