Add Grep Parsing capability to Warnings Plugin - #3392
Conversation
| * @return the validation result | ||
| */ | ||
| @POST | ||
| public FormValidation doCheckIncludePattern(@AncestorInPath final AbstractProject<?, ?> project, |
| * @return the validation result | ||
| */ | ||
| @POST | ||
| public FormValidation doCheckExcludePattern(@AncestorInPath final AbstractProject<?, ?> project, |
| * @return the validation result | ||
| */ | ||
| @POST | ||
| public FormValidation doCheckRegexp(@AncestorInPath final BuildableItem project, |
| * @return validation result | ||
| */ | ||
| @POST | ||
| public FormValidation doCheckExample(@AncestorInPath final BuildableItem project, |
☀️ Quality MonitorTests Coverage for New Code 〰️ Line Coverage: 63.58% — 55 missed lines Coverage for Whole Project 〰️ Line Coverage: 80.28% Style Bugs Vulnerabilities 🛡️ OWASP Dependency Check: 239 vulnerabilities Software Metrics 🌀 Cyclomatic Complexity: 2703 (total) 📌 Reference ResultsDelta reports computed against the reference results of 05fe6b5 in workflow run 31316803482. 🚦 Quality GatesOverall Status: ❗ UNSTABLE✅ Passed Gates
❌ Failed Gates
Created by Quality Monitor v4.15.0 (#82d77af). More details are shown in the GitHub Checks Result. |
Add Grep Parsing capability to Warnings Plugin
Fixes #2673
Testing done
Submitter checklist