The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
publishIssues: Publish issues created by a static analysis scanissues
class io.jenkins.plugins.analysis.core.steps.AnnotatedReportchecksAnnotationScope (optional)
ALL, NEW, MODIFIED, SKIPfailOnError : boolean (optional)
healthy : int (optional)
icon : String (optional)
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID will be used.
ignoreQualityGate : boolean (optional)
One important feature of the Warnings Plugin is the classification of issues as new, outstanding and fixed. To compute this classification, the plugin requires a reference build (baseline). New, fixed, and outstanding issues are then computed by comparing the issues in the current build and in the baseline.
If this option is set, only issues that have been introduced in the current build are marked as new. Previously new issues in older builds will be converted to outstanding issues. I.e., if someone starts a new build manually (without source code changes), then no new issues will be in the job anymore.
By default, this option is disabled: then only a build is selected as reference that passed all quality gates. As soon as a build fails a quality gate, the reference will be frozen until all new issues are resolved again. That means, that new issues will be aggregated from build to build until the original reason for the failure, and all those additional new issues have been resolved. This helps much more to keep your project clean: as soon as there are issues, Jenkins will mark all builds as unstable until the issues have been resolved.
Note that the reference build recorder skips failed builds by default (see its option to select the required build result). Builds of the current job that failed only due to a quality gate of this step are analyzed nevertheless, since their analysis results are accurate: if this option is set, then such a build will be used as reference. Otherwise, such a build will be skipped like any other build that missed a quality gate.
minimumSeverity : String (optional)
name : String (optional)
publishAllIssues : boolean (optional)
qualityGates (optional)
type
TOTAL, TOTAL_ERROR, TOTAL_HIGH, TOTAL_NORMAL, TOTAL_LOW, TOTAL_MODIFIED, NEW, NEW_ERROR, NEW_HIGH, NEW_NORMAL, NEW_LOW, NEW_MODIFIED, DELTA, DELTA_ERROR, DELTA_HIGH, DELTA_NORMAL, DELTA_LOWcriticality (optional)
NOTE, UNSTABLE, ERROR, FAILUREintegerThreshold : int (optional)
threshold : double (optional)
unstable : boolean (optional)
quiet : boolean (optional)
scm : String (optional)
skipDeltaCalculation : boolean (optional)
skipPublishingChecks : boolean (optional)
sourceCodeEncoding : String (optional)
stopBuild : boolean (optional)
If this option is enabled, the build will be stopped (marked as FAILURE) when a quality gate is missed with FAILED or ERROR status. This prevents the build from continuing when quality standards are not met.
When a quality gate fails with WARNING status, the build will be marked as UNSTABLE but will continue to run (the build will not be stopped). This allows user to distinguish between critical failures that should stop the build and non-critical warnings that should only mark the build as unstable.
By default, this option is disabled: quality gates will only mark the build as UNSTABLE or FAILURE but will not stop the build execution. Enable this option when you want to enforce strict quality standards and prevent any subsequent build stages from running when quality gates are not met.
trendChartType (optional)
AGGREGATION_TOOLS, TOOLS_AGGREGATION, TOOLS_ONLY, AGGREGATION_ONLY, NONEunhealthy : int (optional)
recordIssues: Record compiler warnings and static analysis resultsaggregatingResults : boolean (optional)
checksAnnotationScope (optional)
ALL, NEW, MODIFIED, SKIPenabledForFailure : boolean (optional)
failOnError : boolean (optional)
filesFilter : String (optional)
filters (optional)
or, exclude filters with and. If no filter is defined, then all issues will be published. Filters with empty regular expression will be ignored.
excludeCategorypattern : String
excludeFilepattern : String
excludeMessagepattern : String
excludeModulepattern : String
excludePackagepattern : String
excludeTypepattern : String
includeCategorypattern : String
includeFilepattern : String
includeMessagepattern : String
includeModulepattern : String
includePackagepattern : String
includeTypepattern : String
healthy : int (optional)
icon : String (optional)
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID will be used.
ignoreQualityGate : boolean (optional)
One important feature of the Warnings Plugin is the classification of issues as new, outstanding and fixed. To compute this classification, the plugin requires a reference build (baseline). New, fixed, and outstanding issues are then computed by comparing the issues in the current build and in the baseline.
If this option is set, only issues that have been introduced in the current build are marked as new. Previously new issues in older builds will be converted to outstanding issues. I.e., if someone starts a new build manually (without source code changes), then no new issues will be in the job anymore.
By default, this option is disabled: then only a build is selected as reference that passed all quality gates. As soon as a build fails a quality gate, the reference will be frozen until all new issues are resolved again. That means, that new issues will be aggregated from build to build until the original reason for the failure, and all those additional new issues have been resolved. This helps much more to keep your project clean: as soon as there are issues, Jenkins will mark all builds as unstable until the issues have been resolved.
Note that the reference build recorder skips failed builds by default (see its option to select the required build result). Builds of the current job that failed only due to a quality gate of this step are analyzed nevertheless, since their analysis results are accurate: if this option is set, then such a build will be used as reference. Otherwise, such a build will be skipped like any other build that missed a quality gate.
minimumSeverity : String (optional)
name : String (optional)
publishAllIssues : boolean (optional)
qualityGates (optional)
type
TOTAL, TOTAL_ERROR, TOTAL_HIGH, TOTAL_NORMAL, TOTAL_LOW, TOTAL_MODIFIED, NEW, NEW_ERROR, NEW_HIGH, NEW_NORMAL, NEW_LOW, NEW_MODIFIED, DELTA, DELTA_ERROR, DELTA_HIGH, DELTA_NORMAL, DELTA_LOWcriticality (optional)
NOTE, UNSTABLE, ERROR, FAILUREintegerThreshold : int (optional)
threshold : double (optional)
unstable : boolean (optional)
quiet : boolean (optional)
scm : String (optional)
skipBlames : boolean (optional)
skipDeltaCalculation : boolean (optional)
skipPostProcessing : boolean (optional)
skipPublishingChecks : boolean (optional)
sourceCodeEncoding : String (optional)
sourceCodeRetention (optional)
NEVER, LAST_BUILD, EVERY_BUILD, MODIFIEDsourceDirectories (optional)
path : String
stopBuild : boolean (optional)
If this option is enabled, the build will be stopped (marked as FAILURE) when a quality gate is missed with FAILED or ERROR status. This prevents the build from continuing when quality standards are not met.
When a quality gate fails with WARNING status, the build will be marked as UNSTABLE but will continue to run (the build will not be stopped). This allows user to distinguish between critical failures that should stop the build and non-critical warnings that should only mark the build as unstable.
By default, this option is disabled: quality gates will only mark the build as UNSTABLE or FAILURE but will not stop the build execution. Enable this option when you want to enforce strict quality standards and prevent any subsequent build stages from running when quality gates are not met.
tool (optional)
acuCobolicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ajcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
anchoreCtlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
androidLintParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ansibleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
aquaScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
armCcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'AstreeTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
axivionSuitebasedir : String (optional)
credentialsId : String (optional)
icon : String (optional)
id : String (optional)
ignoreSuppressedOrJustified : boolean (optional)
name : String (optional)
namedFilter : String (optional)
projectUrl : String (optional)
bluepearlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
brakemanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
buckminstericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cadenceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cargoicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ccmicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
checkStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clairicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangAnalyzericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangTidyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cmakeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeAnalysisicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeCheckericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeGeneratorParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeNarcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
coolfluxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cpdhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
CrossCoreEmbeddedStudioParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cssLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dscannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
darticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
detekticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
diabCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
docFxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
doxygenicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
drMemoryicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dupFinderhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
eclipseicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
embeddedEngineerParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
erlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
errorProneicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
esLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
findBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
flake8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flawfindericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flexSdkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
fxcopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gcc3icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gccicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gendarmeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ghsMultiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnuFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goVeticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
groovyScriptparserId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
parser (optional)
id : String
name : String
regexp : String
The regular expression has to be in the Java Pattern format. You should introduce capturing groups at least for the file name, the line number and the warning message. These groups can then be referenced by the Groovy script.
Here is an example that you can use as a starting point for your regular expression: ^\s*(.*):(\d+):(.*):\s*(.*)$
When this expression is matched against the string file/name/relative/unix:42:MyCategory: This is an example warning message then a match is found. The following capturing groups are available:
| Construct | Matches |
|---|---|
| Characters | |
| x | The character x |
| \\ | The backslash character |
| \0n | The character with octal value 0n (0 <= n <= 7) |
| \0nn | The character with octal value 0nn (0 <= n <= 7) |
| \0mnn | The character with octal value 0mnn (0 <= m <= 3, 0 <= n <= 7) |
| \xhh | The character with hexadecimal value 0xhh |
| \uhhhh | The character with hexadecimal value 0xhhhh |
| \t | The tab character ('\u0009') |
| \n | The newline (line feed) character ('\u000A') |
| \r | The carriage-return character ('\u000D') |
| \f | The form-feed character ('\u000C') |
| \a | The alert (bell) character ('\u0007') |
| \e | The escape character ('\u001B') |
| \cx | The control character corresponding to x |
| Character classes | |
| [abc] | a, b, or c (simple class) |
| [^abc] | Any character except a, b, or c (negation) |
| [a-zA-Z] | a through z or A through Z, inclusive (range) |
| [a-d[m-p]] | a through d, or m through p: [a-dm-p] (union) |
| [a-z&&[def]] | d, e, or f (intersection) |
| [a-z&&[^bc]] | a through z, except for b and c: [ad-z] (subtraction) |
| [a-z&&[^m-p]] | a through z, and not m through p: [a-lq-z](subtraction) |
| Predefined character classes | |
| . | Any character (may or may not match line terminators) |
| \d | A digit: [0-9] |
| \D | A non-digit: [^0-9] |
| \s | A whitespace character: [ \t\n\x0B\f\r] |
| \S | A non-whitespace character: [^\s] |
| \w | A word character: [a-zA-Z_0-9] |
| \W | A non-word character: [^\w] |
| POSIX character classes (US-ASCII only) | |
| \p{Lower} | A lower-case alphabetic character: [a-z] |
| \p{Upper} | An upper-case alphabetic character:[A-Z] |
| \p{ASCII} | All ASCII:[\x00-\x7F] |
| \p{Alpha} | An alphabetic character:[\p{Lower}\p{Upper}] |
| \p{Digit} | A decimal digit: [0-9] |
| \p{Alnum} | An alphanumeric character:[\p{Alpha}\p{Digit}] |
| \p{Punct} | Punctuation: One of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ |
| \p{Graph} | A visible character: [\p{Alnum}\p{Punct}] |
| \p{Print} | A printable character: [\p{Graph}\x20] |
| \p{Blank} | A space or a tab: [ \t] |
| \p{Cntrl} | A control character: [\x00-\x1F\x7F] |
| \p{XDigit} | A hexadecimal digit: [0-9a-fA-F] |
| \p{Space} | A whitespace character: [ \t\n\x0B\f\r] |
| java.lang.Character classes (simple java character type) | |
| \p{javaLowerCase} | Equivalent to java.lang.Character.isLowerCase() |
| \p{javaUpperCase} | Equivalent to java.lang.Character.isUpperCase() |
| \p{javaWhitespace} | Equivalent to java.lang.Character.isWhitespace() |
| \p{javaMirrored} | Equivalent to java.lang.Character.isMirrored() |
| Classes for Unicode blocks and categories | |
| \p{InGreek} | A character in the Greek block (simple block) |
| \p{Lu} | An uppercase letter (simple category) |
| \p{Sc} | A currency symbol |
| \P{InGreek} | Any character except one in the Greek block (negation) |
| [\p{L}&&[^\p{Lu}]] | Any letter except an uppercase letter (subtraction) |
| Boundary matchers | |
| ^ | The beginning of a line |
| $ | The end of a line |
| \b | A word boundary |
| \B | A non-word boundary |
| \A | The beginning of the input |
| \G | The end of the previous match |
| \Z | The end of the input but for the final terminator, if any |
| \z | The end of the input |
| Greedy quantifiers | |
| X? | X, once or not at all |
| X* | X, zero or more times |
| X+ | X, one or more times |
| X{n} | X, exactly n times |
| X{n,} | X, at least n times |
| X{n,m} | X, at least n but not more than m times |
| Reluctant quantifiers | |
| X?? | X, once or not at all |
| X*? | X, zero or more times |
| X+? | X, one or more times |
| X{n}? | X, exactly n times |
| X{n,}? | X, at least n times |
| X{n,m}? | X, at least n but not more than m times |
| Possessive quantifiers | |
| X?+ | X, once or not at all |
| X*+ | X, zero or more times |
| X++ | X, one or more times |
| X{n}+ | X, exactly n times |
| X{n,}+ | X, at least n times |
| X{n,m}+ | X, at least n but not more than m times |
| Logical operators | |
| XY | X followed by Y |
| X|Y | Either X or Y |
| (X) | X, as a capturing group |
| Back references | |
| \n | Whatever the nth capturing group matched |
| Quotation | |
| \ | Nothing, but quotes the following character |
| \Q | Nothing, but quotes all characters until \E |
| \E | Nothing, but ends quoting started by \Q |
| Special constructs (non-capturing) | |
| (?:X) | X, as a non-capturing group |
| (?idmsux-idmsux) | Nothing, but turns match flags on - off |
| (?idmsux-idmsux:X) | X, as a non-capturing group with the given flags on - off |
| (?=X) | X, via zero-width positive lookahead |
| (?!X) | X, via zero-width negative lookahead |
| (?<=X) | X, via zero-width positive lookbehind |
| (?<!X) | X, via zero-width negative lookbehind |
| (?>X) | X, as an independent, non-capturing group |
The backslash character ('\') serves to introduce escaped constructs, as defined in the table above, as well as to quote characters that otherwise would be interpreted as unescaped constructs. Thus the expression \\ matches a single backslash and \{ matches a left brace.
It is an error to use a backslash prior to any alphabetic character that does not denote an escaped construct; these are reserved for future extensions to the regular-expression language. A backslash may be used prior to a non-alphabetic character regardless of whether that character is part of an unescaped construct.
Backslashes within string literals in Java source code are interpreted as required by the Java Language Specification as either Unicode escapes or other character escapes. It is therefore necessary to double backslashes in string literals that represent regular expressions to protect them from interpretation by the Java bytecode compiler. The string literal "\b", for example, matches a single backspace character when interpreted as a regular expression, while "\\b" matches a word boundary. The string literal "\(hello\)" is illegal and leads to a compile-time error; in order to match the string (hello) the string literal "\\(hello\\)" must be used.
Character classes may appear within other character classes, and may be composed by the union operator (implicit) and the intersection operator (&&). The union operator denotes a class that contains every character that is in at least one of its operand classes. The intersection operator denotes a class that contains every character that is in both of its operand classes.
The precedence of character-class operators is as follows, from highest to lowest:
1 Literal escape \x 2 Grouping [...] 3 Range a-z 4 Union [a-e][i-u] 5 Intersection [a-z&&[aeiou]]
Note that a different set of metacharacters are in effect inside a character class than outside a character class. For instance, the regular expression . loses its special meaning inside a character class, while the expression - becomes a range forming metacharacter.
A line terminator is a one- or two-character sequence that marks the end of a line of the input character sequence. The following are recognized as line terminators:
If UNIX_LINES mode is activated, then the only line terminators recognized are newline characters.
The regular expression . matches any character except a line terminator unless the DOTALL flag is specified.
By default, the regular expressions ^ and $ ignore line terminators and only match at the beginning and the end, respectively, of the entire input sequence. If MULTILINE mode is activated then ^ matches at the beginning of input and after any line terminator except at the end of input. When in MULTILINE mode $ matches just before a line terminator or the end of the input sequence.
Capturing groups are numbered by counting their opening parentheses from left to right. In the expression ((A)(B(C))), for example, there are four such groups:
1 ((A)(B(C))) 2 (A) 3 (B(C)) 4 (C)
Group zero always stands for the entire expression.
Capturing groups are so named because, during a match, each subsequence of the input sequence that matches such a group is saved. The captured subsequence may be used later in the expression, via a back reference, and may also be retrieved from the matcher once the match operation is complete.
The captured input associated with a group is always the subsequence that the group most recently matched. If a group is evaluated a second time because of quantification then its previously-captured value, if any, will be retained if the second evaluation fails. Matching the string "aba" against the expression (a(b)?)+, for example, leaves group two set to "b". All captured input is discarded at the beginning of each match.
Groups beginning with (? are pure, non-capturing groups that do not capture text and do not count towards the group total.
This class is in conformance with Level 1 of Unicode Technical Standard #18: Unicode Regular Expression Guidelines, plus RL2.1 Canonical Equivalents.
Unicode escape sequences such as \u2014 in Java source code are processed as described in �3.3 of the Java Language Specification. Such escape sequences are also implemented directly by the regular-expression parser so that Unicode escapes can be used in expressions that are read from files or from the keyboard. Thus the strings "\u2014" and "\\u2014", while not equal, compile into the same pattern, which matches the character with hexadecimal value 0x2014.
The supported categories are those of The Unicode Standard in the version specified by the Character class. The category names are those defined in the Standard, both normative and informative. The block names supported by Pattern are the valid block names accepted and defined by UnicodeBlock.forName.
script : String
The Groovy script works on the Matcher instance that is passed to the script in the variable matcher. The script must have a single return value of type Optional<edu.hm.hafner.analysis.Issue>. Use the edu.hm.hafner.analysis.IssueBuilder instance that is passed to the script in the variable builder to create a new issue instance. Note that the method buildOptional() creates an Optional with a wrapped Issue instance, you rarely need to call the build() method that directly creates an Issue. If a false positive has been detected by the regular expression, you must return Optional.empty(). Additional available variables:
Here is an example that you can use as a starting point for your script. It composes a new warning using the matcher of the regular expression ^\s*(.*):(\d+):(.*):\s*(.*)$.
import edu.hm.hafner.analysis.Severity
builder.setFileName(matcher.group(1))
.setLineStart(Integer.parseInt(matcher.group(2)))
.setSeverity(Severity.WARNING_NORMAL)
.setCategory(matcher.group(3))
.setMessage(matcher.group(4))
return builder.buildOptional();
example : String
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
grypeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
hadoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iaricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iarCstaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ibLintericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ideaInspectionicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
infericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
intelicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
invalidsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
junitParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaDocicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jcReporticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsHinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
klocWorkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
kotlinicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ktLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
mavenConsoleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
modelsimicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
metrowerksCodeWarrioricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
msBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
myPyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
nagFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
npmAuditicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
oelintAdvicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
otDockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskScannerexcludePattern : String (optional)
highTags : String (optional)
icon : String (optional)
id : String (optional)
ignoreCase : boolean (optional)
includePattern : String (optional)
isRegularExpression : boolean (optional)
^.*(TODO(?:[0-9]*))(.*)$.lowTags : String (optional)
name : String (optional)
normalTags : String (optional)
owaspDependencyCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
PVSStudioicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
parasoftFindingsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
localSettingsPath : String (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pcLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pep8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perforceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perlCriticicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpCodeSniffericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpStanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
piticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pmdParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
polyspaceParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
prefasticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
protoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
puppetLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyDocStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qacSourceCodeAnalysericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qtTranslationicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
analysisParseranalysisModelId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
resharperInspectCodeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
revApiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
rfLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
robocopyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ruboCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sarificon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
scalaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'SigmaTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simianhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simulinkCheckParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sonarQubeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sphinxBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
spotBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
styleCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
styleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sunCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
swiftLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tagListicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskingVxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tiCssicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tnsdlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
trivyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valgrindicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
veracodePipelineScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
issuesicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xmlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yamlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yoctoScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yuiCompressoricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
zptLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
toolProxies (optional)
tool
For each static analysis tool, a dedicated parser or scanner will be used to read report files or produce issues in any other way. If your tool is not yet supported, you can define a new Groovy based parser in Jenkins system configuration. You can reference this new parser afterward when you select the tool 'Groovy Parser'. Additionally, you provide a new parser within a new small plug-in. If the parser is useful for other teams as well, please share it and provide pull requests for the Warnings Next Generation Plug-in and the Analysis Parsers Library.
acuCobolicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ajcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
anchoreCtlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
androidLintParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ansibleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
aquaScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
armCcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'AstreeTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
axivionSuitebasedir : String (optional)
credentialsId : String (optional)
icon : String (optional)
id : String (optional)
ignoreSuppressedOrJustified : boolean (optional)
name : String (optional)
namedFilter : String (optional)
projectUrl : String (optional)
bluepearlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
brakemanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
buckminstericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cadenceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cargoicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ccmicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
checkStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clairicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangAnalyzericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangTidyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cmakeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeAnalysisicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeCheckericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeGeneratorParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeNarcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
coolfluxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cpdhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
CrossCoreEmbeddedStudioParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cssLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dscannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
darticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
detekticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
diabCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
docFxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
doxygenicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
drMemoryicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dupFinderhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
eclipseicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
embeddedEngineerParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
erlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
errorProneicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
esLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
findBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
flake8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flawfindericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flexSdkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
fxcopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gcc3icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gccicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gendarmeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ghsMultiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnuFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goVeticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
groovyScriptparserId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
parser (optional)
id : String
name : String
regexp : String
The regular expression has to be in the Java Pattern format. You should introduce capturing groups at least for the file name, the line number and the warning message. These groups can then be referenced by the Groovy script.
Here is an example that you can use as a starting point for your regular expression: ^\s*(.*):(\d+):(.*):\s*(.*)$
When this expression is matched against the string file/name/relative/unix:42:MyCategory: This is an example warning message then a match is found. The following capturing groups are available:
| Construct | Matches |
|---|---|
| Characters | |
| x | The character x |
| \\ | The backslash character |
| \0n | The character with octal value 0n (0 <= n <= 7) |
| \0nn | The character with octal value 0nn (0 <= n <= 7) |
| \0mnn | The character with octal value 0mnn (0 <= m <= 3, 0 <= n <= 7) |
| \xhh | The character with hexadecimal value 0xhh |
| \uhhhh | The character with hexadecimal value 0xhhhh |
| \t | The tab character ('\u0009') |
| \n | The newline (line feed) character ('\u000A') |
| \r | The carriage-return character ('\u000D') |
| \f | The form-feed character ('\u000C') |
| \a | The alert (bell) character ('\u0007') |
| \e | The escape character ('\u001B') |
| \cx | The control character corresponding to x |
| Character classes | |
| [abc] | a, b, or c (simple class) |
| [^abc] | Any character except a, b, or c (negation) |
| [a-zA-Z] | a through z or A through Z, inclusive (range) |
| [a-d[m-p]] | a through d, or m through p: [a-dm-p] (union) |
| [a-z&&[def]] | d, e, or f (intersection) |
| [a-z&&[^bc]] | a through z, except for b and c: [ad-z] (subtraction) |
| [a-z&&[^m-p]] | a through z, and not m through p: [a-lq-z](subtraction) |
| Predefined character classes | |
| . | Any character (may or may not match line terminators) |
| \d | A digit: [0-9] |
| \D | A non-digit: [^0-9] |
| \s | A whitespace character: [ \t\n\x0B\f\r] |
| \S | A non-whitespace character: [^\s] |
| \w | A word character: [a-zA-Z_0-9] |
| \W | A non-word character: [^\w] |
| POSIX character classes (US-ASCII only) | |
| \p{Lower} | A lower-case alphabetic character: [a-z] |
| \p{Upper} | An upper-case alphabetic character:[A-Z] |
| \p{ASCII} | All ASCII:[\x00-\x7F] |
| \p{Alpha} | An alphabetic character:[\p{Lower}\p{Upper}] |
| \p{Digit} | A decimal digit: [0-9] |
| \p{Alnum} | An alphanumeric character:[\p{Alpha}\p{Digit}] |
| \p{Punct} | Punctuation: One of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ |
| \p{Graph} | A visible character: [\p{Alnum}\p{Punct}] |
| \p{Print} | A printable character: [\p{Graph}\x20] |
| \p{Blank} | A space or a tab: [ \t] |
| \p{Cntrl} | A control character: [\x00-\x1F\x7F] |
| \p{XDigit} | A hexadecimal digit: [0-9a-fA-F] |
| \p{Space} | A whitespace character: [ \t\n\x0B\f\r] |
| java.lang.Character classes (simple java character type) | |
| \p{javaLowerCase} | Equivalent to java.lang.Character.isLowerCase() |
| \p{javaUpperCase} | Equivalent to java.lang.Character.isUpperCase() |
| \p{javaWhitespace} | Equivalent to java.lang.Character.isWhitespace() |
| \p{javaMirrored} | Equivalent to java.lang.Character.isMirrored() |
| Classes for Unicode blocks and categories | |
| \p{InGreek} | A character in the Greek block (simple block) |
| \p{Lu} | An uppercase letter (simple category) |
| \p{Sc} | A currency symbol |
| \P{InGreek} | Any character except one in the Greek block (negation) |
| [\p{L}&&[^\p{Lu}]] | Any letter except an uppercase letter (subtraction) |
| Boundary matchers | |
| ^ | The beginning of a line |
| $ | The end of a line |
| \b | A word boundary |
| \B | A non-word boundary |
| \A | The beginning of the input |
| \G | The end of the previous match |
| \Z | The end of the input but for the final terminator, if any |
| \z | The end of the input |
| Greedy quantifiers | |
| X? | X, once or not at all |
| X* | X, zero or more times |
| X+ | X, one or more times |
| X{n} | X, exactly n times |
| X{n,} | X, at least n times |
| X{n,m} | X, at least n but not more than m times |
| Reluctant quantifiers | |
| X?? | X, once or not at all |
| X*? | X, zero or more times |
| X+? | X, one or more times |
| X{n}? | X, exactly n times |
| X{n,}? | X, at least n times |
| X{n,m}? | X, at least n but not more than m times |
| Possessive quantifiers | |
| X?+ | X, once or not at all |
| X*+ | X, zero or more times |
| X++ | X, one or more times |
| X{n}+ | X, exactly n times |
| X{n,}+ | X, at least n times |
| X{n,m}+ | X, at least n but not more than m times |
| Logical operators | |
| XY | X followed by Y |
| X|Y | Either X or Y |
| (X) | X, as a capturing group |
| Back references | |
| \n | Whatever the nth capturing group matched |
| Quotation | |
| \ | Nothing, but quotes the following character |
| \Q | Nothing, but quotes all characters until \E |
| \E | Nothing, but ends quoting started by \Q |
| Special constructs (non-capturing) | |
| (?:X) | X, as a non-capturing group |
| (?idmsux-idmsux) | Nothing, but turns match flags on - off |
| (?idmsux-idmsux:X) | X, as a non-capturing group with the given flags on - off |
| (?=X) | X, via zero-width positive lookahead |
| (?!X) | X, via zero-width negative lookahead |
| (?<=X) | X, via zero-width positive lookbehind |
| (?<!X) | X, via zero-width negative lookbehind |
| (?>X) | X, as an independent, non-capturing group |
The backslash character ('\') serves to introduce escaped constructs, as defined in the table above, as well as to quote characters that otherwise would be interpreted as unescaped constructs. Thus the expression \\ matches a single backslash and \{ matches a left brace.
It is an error to use a backslash prior to any alphabetic character that does not denote an escaped construct; these are reserved for future extensions to the regular-expression language. A backslash may be used prior to a non-alphabetic character regardless of whether that character is part of an unescaped construct.
Backslashes within string literals in Java source code are interpreted as required by the Java Language Specification as either Unicode escapes or other character escapes. It is therefore necessary to double backslashes in string literals that represent regular expressions to protect them from interpretation by the Java bytecode compiler. The string literal "\b", for example, matches a single backspace character when interpreted as a regular expression, while "\\b" matches a word boundary. The string literal "\(hello\)" is illegal and leads to a compile-time error; in order to match the string (hello) the string literal "\\(hello\\)" must be used.
Character classes may appear within other character classes, and may be composed by the union operator (implicit) and the intersection operator (&&). The union operator denotes a class that contains every character that is in at least one of its operand classes. The intersection operator denotes a class that contains every character that is in both of its operand classes.
The precedence of character-class operators is as follows, from highest to lowest:
1 Literal escape \x 2 Grouping [...] 3 Range a-z 4 Union [a-e][i-u] 5 Intersection [a-z&&[aeiou]]
Note that a different set of metacharacters are in effect inside a character class than outside a character class. For instance, the regular expression . loses its special meaning inside a character class, while the expression - becomes a range forming metacharacter.
A line terminator is a one- or two-character sequence that marks the end of a line of the input character sequence. The following are recognized as line terminators:
If UNIX_LINES mode is activated, then the only line terminators recognized are newline characters.
The regular expression . matches any character except a line terminator unless the DOTALL flag is specified.
By default, the regular expressions ^ and $ ignore line terminators and only match at the beginning and the end, respectively, of the entire input sequence. If MULTILINE mode is activated then ^ matches at the beginning of input and after any line terminator except at the end of input. When in MULTILINE mode $ matches just before a line terminator or the end of the input sequence.
Capturing groups are numbered by counting their opening parentheses from left to right. In the expression ((A)(B(C))), for example, there are four such groups:
1 ((A)(B(C))) 2 (A) 3 (B(C)) 4 (C)
Group zero always stands for the entire expression.
Capturing groups are so named because, during a match, each subsequence of the input sequence that matches such a group is saved. The captured subsequence may be used later in the expression, via a back reference, and may also be retrieved from the matcher once the match operation is complete.
The captured input associated with a group is always the subsequence that the group most recently matched. If a group is evaluated a second time because of quantification then its previously-captured value, if any, will be retained if the second evaluation fails. Matching the string "aba" against the expression (a(b)?)+, for example, leaves group two set to "b". All captured input is discarded at the beginning of each match.
Groups beginning with (? are pure, non-capturing groups that do not capture text and do not count towards the group total.
This class is in conformance with Level 1 of Unicode Technical Standard #18: Unicode Regular Expression Guidelines, plus RL2.1 Canonical Equivalents.
Unicode escape sequences such as \u2014 in Java source code are processed as described in �3.3 of the Java Language Specification. Such escape sequences are also implemented directly by the regular-expression parser so that Unicode escapes can be used in expressions that are read from files or from the keyboard. Thus the strings "\u2014" and "\\u2014", while not equal, compile into the same pattern, which matches the character with hexadecimal value 0x2014.
The supported categories are those of The Unicode Standard in the version specified by the Character class. The category names are those defined in the Standard, both normative and informative. The block names supported by Pattern are the valid block names accepted and defined by UnicodeBlock.forName.
script : String
The Groovy script works on the Matcher instance that is passed to the script in the variable matcher. The script must have a single return value of type Optional<edu.hm.hafner.analysis.Issue>. Use the edu.hm.hafner.analysis.IssueBuilder instance that is passed to the script in the variable builder to create a new issue instance. Note that the method buildOptional() creates an Optional with a wrapped Issue instance, you rarely need to call the build() method that directly creates an Issue. If a false positive has been detected by the regular expression, you must return Optional.empty(). Additional available variables:
Here is an example that you can use as a starting point for your script. It composes a new warning using the matcher of the regular expression ^\s*(.*):(\d+):(.*):\s*(.*)$.
import edu.hm.hafner.analysis.Severity
builder.setFileName(matcher.group(1))
.setLineStart(Integer.parseInt(matcher.group(2)))
.setSeverity(Severity.WARNING_NORMAL)
.setCategory(matcher.group(3))
.setMessage(matcher.group(4))
return builder.buildOptional();
example : String
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
grypeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
hadoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iaricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iarCstaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ibLintericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ideaInspectionicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
infericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
intelicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
invalidsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
junitParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaDocicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jcReporticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsHinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
klocWorkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
kotlinicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ktLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
mavenConsoleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
modelsimicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
metrowerksCodeWarrioricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
msBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
myPyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
nagFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
npmAuditicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
oelintAdvicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
otDockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskScannerexcludePattern : String (optional)
highTags : String (optional)
icon : String (optional)
id : String (optional)
ignoreCase : boolean (optional)
includePattern : String (optional)
isRegularExpression : boolean (optional)
^.*(TODO(?:[0-9]*))(.*)$.lowTags : String (optional)
name : String (optional)
normalTags : String (optional)
owaspDependencyCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
PVSStudioicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
parasoftFindingsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
localSettingsPath : String (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pcLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pep8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perforceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perlCriticicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpCodeSniffericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpStanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
piticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pmdParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
polyspaceParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
prefasticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
protoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
puppetLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyDocStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qacSourceCodeAnalysericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qtTranslationicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
analysisParseranalysisModelId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
resharperInspectCodeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
revApiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
rfLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
robocopyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ruboCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sarificon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
scalaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'SigmaTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simianhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simulinkCheckParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sonarQubeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sphinxBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
spotBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
styleCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
styleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sunCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
swiftLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tagListicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskingVxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tiCssicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tnsdlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
trivyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valgrindicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
veracodePipelineScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
issuesicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xmlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yamlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yoctoScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yuiCompressoricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
zptLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tools (optional)
acuCobolicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ajcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
anchoreCtlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
androidLintParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ansibleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
aquaScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
armCcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'AstreeTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
axivionSuitebasedir : String (optional)
credentialsId : String (optional)
icon : String (optional)
id : String (optional)
ignoreSuppressedOrJustified : boolean (optional)
name : String (optional)
namedFilter : String (optional)
projectUrl : String (optional)
bluepearlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
brakemanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
buckminstericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cadenceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cargoicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ccmicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
checkStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clairicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangAnalyzericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangTidyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cmakeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeAnalysisicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeCheckericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeGeneratorParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeNarcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
coolfluxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cpdhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
CrossCoreEmbeddedStudioParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cssLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dscannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
darticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
detekticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
diabCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
docFxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
doxygenicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
drMemoryicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dupFinderhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
eclipseicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
embeddedEngineerParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
erlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
errorProneicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
esLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
findBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
flake8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flawfindericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flexSdkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
fxcopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gcc3icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gccicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gendarmeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ghsMultiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnuFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goVeticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
groovyScriptparserId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
parser (optional)
id : String
name : String
regexp : String
The regular expression has to be in the Java Pattern format. You should introduce capturing groups at least for the file name, the line number and the warning message. These groups can then be referenced by the Groovy script.
Here is an example that you can use as a starting point for your regular expression: ^\s*(.*):(\d+):(.*):\s*(.*)$
When this expression is matched against the string file/name/relative/unix:42:MyCategory: This is an example warning message then a match is found. The following capturing groups are available:
| Construct | Matches |
|---|---|
| Characters | |
| x | The character x |
| \\ | The backslash character |
| \0n | The character with octal value 0n (0 <= n <= 7) |
| \0nn | The character with octal value 0nn (0 <= n <= 7) |
| \0mnn | The character with octal value 0mnn (0 <= m <= 3, 0 <= n <= 7) |
| \xhh | The character with hexadecimal value 0xhh |
| \uhhhh | The character with hexadecimal value 0xhhhh |
| \t | The tab character ('\u0009') |
| \n | The newline (line feed) character ('\u000A') |
| \r | The carriage-return character ('\u000D') |
| \f | The form-feed character ('\u000C') |
| \a | The alert (bell) character ('\u0007') |
| \e | The escape character ('\u001B') |
| \cx | The control character corresponding to x |
| Character classes | |
| [abc] | a, b, or c (simple class) |
| [^abc] | Any character except a, b, or c (negation) |
| [a-zA-Z] | a through z or A through Z, inclusive (range) |
| [a-d[m-p]] | a through d, or m through p: [a-dm-p] (union) |
| [a-z&&[def]] | d, e, or f (intersection) |
| [a-z&&[^bc]] | a through z, except for b and c: [ad-z] (subtraction) |
| [a-z&&[^m-p]] | a through z, and not m through p: [a-lq-z](subtraction) |
| Predefined character classes | |
| . | Any character (may or may not match line terminators) |
| \d | A digit: [0-9] |
| \D | A non-digit: [^0-9] |
| \s | A whitespace character: [ \t\n\x0B\f\r] |
| \S | A non-whitespace character: [^\s] |
| \w | A word character: [a-zA-Z_0-9] |
| \W | A non-word character: [^\w] |
| POSIX character classes (US-ASCII only) | |
| \p{Lower} | A lower-case alphabetic character: [a-z] |
| \p{Upper} | An upper-case alphabetic character:[A-Z] |
| \p{ASCII} | All ASCII:[\x00-\x7F] |
| \p{Alpha} | An alphabetic character:[\p{Lower}\p{Upper}] |
| \p{Digit} | A decimal digit: [0-9] |
| \p{Alnum} | An alphanumeric character:[\p{Alpha}\p{Digit}] |
| \p{Punct} | Punctuation: One of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ |
| \p{Graph} | A visible character: [\p{Alnum}\p{Punct}] |
| \p{Print} | A printable character: [\p{Graph}\x20] |
| \p{Blank} | A space or a tab: [ \t] |
| \p{Cntrl} | A control character: [\x00-\x1F\x7F] |
| \p{XDigit} | A hexadecimal digit: [0-9a-fA-F] |
| \p{Space} | A whitespace character: [ \t\n\x0B\f\r] |
| java.lang.Character classes (simple java character type) | |
| \p{javaLowerCase} | Equivalent to java.lang.Character.isLowerCase() |
| \p{javaUpperCase} | Equivalent to java.lang.Character.isUpperCase() |
| \p{javaWhitespace} | Equivalent to java.lang.Character.isWhitespace() |
| \p{javaMirrored} | Equivalent to java.lang.Character.isMirrored() |
| Classes for Unicode blocks and categories | |
| \p{InGreek} | A character in the Greek block (simple block) |
| \p{Lu} | An uppercase letter (simple category) |
| \p{Sc} | A currency symbol |
| \P{InGreek} | Any character except one in the Greek block (negation) |
| [\p{L}&&[^\p{Lu}]] | Any letter except an uppercase letter (subtraction) |
| Boundary matchers | |
| ^ | The beginning of a line |
| $ | The end of a line |
| \b | A word boundary |
| \B | A non-word boundary |
| \A | The beginning of the input |
| \G | The end of the previous match |
| \Z | The end of the input but for the final terminator, if any |
| \z | The end of the input |
| Greedy quantifiers | |
| X? | X, once or not at all |
| X* | X, zero or more times |
| X+ | X, one or more times |
| X{n} | X, exactly n times |
| X{n,} | X, at least n times |
| X{n,m} | X, at least n but not more than m times |
| Reluctant quantifiers | |
| X?? | X, once or not at all |
| X*? | X, zero or more times |
| X+? | X, one or more times |
| X{n}? | X, exactly n times |
| X{n,}? | X, at least n times |
| X{n,m}? | X, at least n but not more than m times |
| Possessive quantifiers | |
| X?+ | X, once or not at all |
| X*+ | X, zero or more times |
| X++ | X, one or more times |
| X{n}+ | X, exactly n times |
| X{n,}+ | X, at least n times |
| X{n,m}+ | X, at least n but not more than m times |
| Logical operators | |
| XY | X followed by Y |
| X|Y | Either X or Y |
| (X) | X, as a capturing group |
| Back references | |
| \n | Whatever the nth capturing group matched |
| Quotation | |
| \ | Nothing, but quotes the following character |
| \Q | Nothing, but quotes all characters until \E |
| \E | Nothing, but ends quoting started by \Q |
| Special constructs (non-capturing) | |
| (?:X) | X, as a non-capturing group |
| (?idmsux-idmsux) | Nothing, but turns match flags on - off |
| (?idmsux-idmsux:X) | X, as a non-capturing group with the given flags on - off |
| (?=X) | X, via zero-width positive lookahead |
| (?!X) | X, via zero-width negative lookahead |
| (?<=X) | X, via zero-width positive lookbehind |
| (?<!X) | X, via zero-width negative lookbehind |
| (?>X) | X, as an independent, non-capturing group |
The backslash character ('\') serves to introduce escaped constructs, as defined in the table above, as well as to quote characters that otherwise would be interpreted as unescaped constructs. Thus the expression \\ matches a single backslash and \{ matches a left brace.
It is an error to use a backslash prior to any alphabetic character that does not denote an escaped construct; these are reserved for future extensions to the regular-expression language. A backslash may be used prior to a non-alphabetic character regardless of whether that character is part of an unescaped construct.
Backslashes within string literals in Java source code are interpreted as required by the Java Language Specification as either Unicode escapes or other character escapes. It is therefore necessary to double backslashes in string literals that represent regular expressions to protect them from interpretation by the Java bytecode compiler. The string literal "\b", for example, matches a single backspace character when interpreted as a regular expression, while "\\b" matches a word boundary. The string literal "\(hello\)" is illegal and leads to a compile-time error; in order to match the string (hello) the string literal "\\(hello\\)" must be used.
Character classes may appear within other character classes, and may be composed by the union operator (implicit) and the intersection operator (&&). The union operator denotes a class that contains every character that is in at least one of its operand classes. The intersection operator denotes a class that contains every character that is in both of its operand classes.
The precedence of character-class operators is as follows, from highest to lowest:
1 Literal escape \x 2 Grouping [...] 3 Range a-z 4 Union [a-e][i-u] 5 Intersection [a-z&&[aeiou]]
Note that a different set of metacharacters are in effect inside a character class than outside a character class. For instance, the regular expression . loses its special meaning inside a character class, while the expression - becomes a range forming metacharacter.
A line terminator is a one- or two-character sequence that marks the end of a line of the input character sequence. The following are recognized as line terminators:
If UNIX_LINES mode is activated, then the only line terminators recognized are newline characters.
The regular expression . matches any character except a line terminator unless the DOTALL flag is specified.
By default, the regular expressions ^ and $ ignore line terminators and only match at the beginning and the end, respectively, of the entire input sequence. If MULTILINE mode is activated then ^ matches at the beginning of input and after any line terminator except at the end of input. When in MULTILINE mode $ matches just before a line terminator or the end of the input sequence.
Capturing groups are numbered by counting their opening parentheses from left to right. In the expression ((A)(B(C))), for example, there are four such groups:
1 ((A)(B(C))) 2 (A) 3 (B(C)) 4 (C)
Group zero always stands for the entire expression.
Capturing groups are so named because, during a match, each subsequence of the input sequence that matches such a group is saved. The captured subsequence may be used later in the expression, via a back reference, and may also be retrieved from the matcher once the match operation is complete.
The captured input associated with a group is always the subsequence that the group most recently matched. If a group is evaluated a second time because of quantification then its previously-captured value, if any, will be retained if the second evaluation fails. Matching the string "aba" against the expression (a(b)?)+, for example, leaves group two set to "b". All captured input is discarded at the beginning of each match.
Groups beginning with (? are pure, non-capturing groups that do not capture text and do not count towards the group total.
This class is in conformance with Level 1 of Unicode Technical Standard #18: Unicode Regular Expression Guidelines, plus RL2.1 Canonical Equivalents.
Unicode escape sequences such as \u2014 in Java source code are processed as described in �3.3 of the Java Language Specification. Such escape sequences are also implemented directly by the regular-expression parser so that Unicode escapes can be used in expressions that are read from files or from the keyboard. Thus the strings "\u2014" and "\\u2014", while not equal, compile into the same pattern, which matches the character with hexadecimal value 0x2014.
The supported categories are those of The Unicode Standard in the version specified by the Character class. The category names are those defined in the Standard, both normative and informative. The block names supported by Pattern are the valid block names accepted and defined by UnicodeBlock.forName.
script : String
The Groovy script works on the Matcher instance that is passed to the script in the variable matcher. The script must have a single return value of type Optional<edu.hm.hafner.analysis.Issue>. Use the edu.hm.hafner.analysis.IssueBuilder instance that is passed to the script in the variable builder to create a new issue instance. Note that the method buildOptional() creates an Optional with a wrapped Issue instance, you rarely need to call the build() method that directly creates an Issue. If a false positive has been detected by the regular expression, you must return Optional.empty(). Additional available variables:
Here is an example that you can use as a starting point for your script. It composes a new warning using the matcher of the regular expression ^\s*(.*):(\d+):(.*):\s*(.*)$.
import edu.hm.hafner.analysis.Severity
builder.setFileName(matcher.group(1))
.setLineStart(Integer.parseInt(matcher.group(2)))
.setSeverity(Severity.WARNING_NORMAL)
.setCategory(matcher.group(3))
.setMessage(matcher.group(4))
return builder.buildOptional();
example : String
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
grypeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
hadoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iaricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iarCstaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ibLintericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ideaInspectionicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
infericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
intelicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
invalidsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
junitParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaDocicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jcReporticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsHinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
klocWorkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
kotlinicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ktLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
mavenConsoleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
modelsimicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
metrowerksCodeWarrioricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
msBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
myPyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
nagFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
npmAuditicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
oelintAdvicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
otDockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskScannerexcludePattern : String (optional)
highTags : String (optional)
icon : String (optional)
id : String (optional)
ignoreCase : boolean (optional)
includePattern : String (optional)
isRegularExpression : boolean (optional)
^.*(TODO(?:[0-9]*))(.*)$.lowTags : String (optional)
name : String (optional)
normalTags : String (optional)
owaspDependencyCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
PVSStudioicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
parasoftFindingsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
localSettingsPath : String (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pcLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pep8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perforceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perlCriticicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpCodeSniffericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpStanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
piticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pmdParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
polyspaceParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
prefasticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
protoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
puppetLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyDocStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qacSourceCodeAnalysericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qtTranslationicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
analysisParseranalysisModelId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
resharperInspectCodeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
revApiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
rfLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
robocopyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ruboCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sarificon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
scalaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'SigmaTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simianhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simulinkCheckParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sonarQubeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sphinxBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
spotBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
styleCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
styleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sunCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
swiftLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tagListicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskingVxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tiCssicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tnsdlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
trivyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valgrindicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
veracodePipelineScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
issuesicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xmlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yamlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yoctoScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yuiCompressoricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
zptLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
trendChartType (optional)
AGGREGATION_TOOLS, TOOLS_AGGREGATION, TOOLS_ONLY, AGGREGATION_ONLY, NONEunhealthy : int (optional)
scanForIssues: Scan files or the console log for warnings or issuesblameDisabled : boolean (optional)
filesFilter : String (optional)
filters (optional)
or, exclude filters with and. If no filter is defined, then all issues will be published. Filters with empty regular expression will be ignored.
excludeCategorypattern : String
excludeFilepattern : String
excludeMessagepattern : String
excludeModulepattern : String
excludePackagepattern : String
excludeTypepattern : String
includeCategorypattern : String
includeFilepattern : String
includeMessagepattern : String
includeModulepattern : String
includePackagepattern : String
includeTypepattern : String
quiet : boolean (optional)
scm : String (optional)
skipBlames : boolean (optional)
skipPostProcessing : boolean (optional)
sourceCodeEncoding : String (optional)
sourceCodeRetention (optional)
NEVER, LAST_BUILD, EVERY_BUILD, MODIFIEDsourceDirectories (optional)
path : String
sourcePathPrefix : String (optional)
targetPathPrefix : String (optional)
tool (optional)
acuCobolicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ajcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
anchoreCtlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
androidLintParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ansibleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
aquaScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
armCcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'AstreeTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
axivionSuitebasedir : String (optional)
credentialsId : String (optional)
icon : String (optional)
id : String (optional)
ignoreSuppressedOrJustified : boolean (optional)
name : String (optional)
namedFilter : String (optional)
projectUrl : String (optional)
bluepearlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
brakemanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
buckminstericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cadenceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cargoicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ccmicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
checkStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clairicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangAnalyzericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
clangTidyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cmakeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeAnalysisicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeCheckericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeGeneratorParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
codeNarcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
coolfluxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cpdhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cppLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
CrossCoreEmbeddedStudioParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
cssLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dscannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
darticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
detekticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
diabCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
docFxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
doxygenicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
drMemoryicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
dupFinderhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
eclipseicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
embeddedEngineerParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
erlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
errorProneicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
esLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
findBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
flake8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flawfindericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
flexSdkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
fxcopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gcc3icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gccicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gendarmeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ghsMultiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
gnuFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
goVeticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
groovyScriptparserId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
parser (optional)
id : String
name : String
regexp : String
The regular expression has to be in the Java Pattern format. You should introduce capturing groups at least for the file name, the line number and the warning message. These groups can then be referenced by the Groovy script.
Here is an example that you can use as a starting point for your regular expression: ^\s*(.*):(\d+):(.*):\s*(.*)$
When this expression is matched against the string file/name/relative/unix:42:MyCategory: This is an example warning message then a match is found. The following capturing groups are available:
| Construct | Matches |
|---|---|
| Characters | |
| x | The character x |
| \\ | The backslash character |
| \0n | The character with octal value 0n (0 <= n <= 7) |
| \0nn | The character with octal value 0nn (0 <= n <= 7) |
| \0mnn | The character with octal value 0mnn (0 <= m <= 3, 0 <= n <= 7) |
| \xhh | The character with hexadecimal value 0xhh |
| \uhhhh | The character with hexadecimal value 0xhhhh |
| \t | The tab character ('\u0009') |
| \n | The newline (line feed) character ('\u000A') |
| \r | The carriage-return character ('\u000D') |
| \f | The form-feed character ('\u000C') |
| \a | The alert (bell) character ('\u0007') |
| \e | The escape character ('\u001B') |
| \cx | The control character corresponding to x |
| Character classes | |
| [abc] | a, b, or c (simple class) |
| [^abc] | Any character except a, b, or c (negation) |
| [a-zA-Z] | a through z or A through Z, inclusive (range) |
| [a-d[m-p]] | a through d, or m through p: [a-dm-p] (union) |
| [a-z&&[def]] | d, e, or f (intersection) |
| [a-z&&[^bc]] | a through z, except for b and c: [ad-z] (subtraction) |
| [a-z&&[^m-p]] | a through z, and not m through p: [a-lq-z](subtraction) |
| Predefined character classes | |
| . | Any character (may or may not match line terminators) |
| \d | A digit: [0-9] |
| \D | A non-digit: [^0-9] |
| \s | A whitespace character: [ \t\n\x0B\f\r] |
| \S | A non-whitespace character: [^\s] |
| \w | A word character: [a-zA-Z_0-9] |
| \W | A non-word character: [^\w] |
| POSIX character classes (US-ASCII only) | |
| \p{Lower} | A lower-case alphabetic character: [a-z] |
| \p{Upper} | An upper-case alphabetic character:[A-Z] |
| \p{ASCII} | All ASCII:[\x00-\x7F] |
| \p{Alpha} | An alphabetic character:[\p{Lower}\p{Upper}] |
| \p{Digit} | A decimal digit: [0-9] |
| \p{Alnum} | An alphanumeric character:[\p{Alpha}\p{Digit}] |
| \p{Punct} | Punctuation: One of !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ |
| \p{Graph} | A visible character: [\p{Alnum}\p{Punct}] |
| \p{Print} | A printable character: [\p{Graph}\x20] |
| \p{Blank} | A space or a tab: [ \t] |
| \p{Cntrl} | A control character: [\x00-\x1F\x7F] |
| \p{XDigit} | A hexadecimal digit: [0-9a-fA-F] |
| \p{Space} | A whitespace character: [ \t\n\x0B\f\r] |
| java.lang.Character classes (simple java character type) | |
| \p{javaLowerCase} | Equivalent to java.lang.Character.isLowerCase() |
| \p{javaUpperCase} | Equivalent to java.lang.Character.isUpperCase() |
| \p{javaWhitespace} | Equivalent to java.lang.Character.isWhitespace() |
| \p{javaMirrored} | Equivalent to java.lang.Character.isMirrored() |
| Classes for Unicode blocks and categories | |
| \p{InGreek} | A character in the Greek block (simple block) |
| \p{Lu} | An uppercase letter (simple category) |
| \p{Sc} | A currency symbol |
| \P{InGreek} | Any character except one in the Greek block (negation) |
| [\p{L}&&[^\p{Lu}]] | Any letter except an uppercase letter (subtraction) |
| Boundary matchers | |
| ^ | The beginning of a line |
| $ | The end of a line |
| \b | A word boundary |
| \B | A non-word boundary |
| \A | The beginning of the input |
| \G | The end of the previous match |
| \Z | The end of the input but for the final terminator, if any |
| \z | The end of the input |
| Greedy quantifiers | |
| X? | X, once or not at all |
| X* | X, zero or more times |
| X+ | X, one or more times |
| X{n} | X, exactly n times |
| X{n,} | X, at least n times |
| X{n,m} | X, at least n but not more than m times |
| Reluctant quantifiers | |
| X?? | X, once or not at all |
| X*? | X, zero or more times |
| X+? | X, one or more times |
| X{n}? | X, exactly n times |
| X{n,}? | X, at least n times |
| X{n,m}? | X, at least n but not more than m times |
| Possessive quantifiers | |
| X?+ | X, once or not at all |
| X*+ | X, zero or more times |
| X++ | X, one or more times |
| X{n}+ | X, exactly n times |
| X{n,}+ | X, at least n times |
| X{n,m}+ | X, at least n but not more than m times |
| Logical operators | |
| XY | X followed by Y |
| X|Y | Either X or Y |
| (X) | X, as a capturing group |
| Back references | |
| \n | Whatever the nth capturing group matched |
| Quotation | |
| \ | Nothing, but quotes the following character |
| \Q | Nothing, but quotes all characters until \E |
| \E | Nothing, but ends quoting started by \Q |
| Special constructs (non-capturing) | |
| (?:X) | X, as a non-capturing group |
| (?idmsux-idmsux) | Nothing, but turns match flags on - off |
| (?idmsux-idmsux:X) | X, as a non-capturing group with the given flags on - off |
| (?=X) | X, via zero-width positive lookahead |
| (?!X) | X, via zero-width negative lookahead |
| (?<=X) | X, via zero-width positive lookbehind |
| (?<!X) | X, via zero-width negative lookbehind |
| (?>X) | X, as an independent, non-capturing group |
The backslash character ('\') serves to introduce escaped constructs, as defined in the table above, as well as to quote characters that otherwise would be interpreted as unescaped constructs. Thus the expression \\ matches a single backslash and \{ matches a left brace.
It is an error to use a backslash prior to any alphabetic character that does not denote an escaped construct; these are reserved for future extensions to the regular-expression language. A backslash may be used prior to a non-alphabetic character regardless of whether that character is part of an unescaped construct.
Backslashes within string literals in Java source code are interpreted as required by the Java Language Specification as either Unicode escapes or other character escapes. It is therefore necessary to double backslashes in string literals that represent regular expressions to protect them from interpretation by the Java bytecode compiler. The string literal "\b", for example, matches a single backspace character when interpreted as a regular expression, while "\\b" matches a word boundary. The string literal "\(hello\)" is illegal and leads to a compile-time error; in order to match the string (hello) the string literal "\\(hello\\)" must be used.
Character classes may appear within other character classes, and may be composed by the union operator (implicit) and the intersection operator (&&). The union operator denotes a class that contains every character that is in at least one of its operand classes. The intersection operator denotes a class that contains every character that is in both of its operand classes.
The precedence of character-class operators is as follows, from highest to lowest:
1 Literal escape \x 2 Grouping [...] 3 Range a-z 4 Union [a-e][i-u] 5 Intersection [a-z&&[aeiou]]
Note that a different set of metacharacters are in effect inside a character class than outside a character class. For instance, the regular expression . loses its special meaning inside a character class, while the expression - becomes a range forming metacharacter.
A line terminator is a one- or two-character sequence that marks the end of a line of the input character sequence. The following are recognized as line terminators:
If UNIX_LINES mode is activated, then the only line terminators recognized are newline characters.
The regular expression . matches any character except a line terminator unless the DOTALL flag is specified.
By default, the regular expressions ^ and $ ignore line terminators and only match at the beginning and the end, respectively, of the entire input sequence. If MULTILINE mode is activated then ^ matches at the beginning of input and after any line terminator except at the end of input. When in MULTILINE mode $ matches just before a line terminator or the end of the input sequence.
Capturing groups are numbered by counting their opening parentheses from left to right. In the expression ((A)(B(C))), for example, there are four such groups:
1 ((A)(B(C))) 2 (A) 3 (B(C)) 4 (C)
Group zero always stands for the entire expression.
Capturing groups are so named because, during a match, each subsequence of the input sequence that matches such a group is saved. The captured subsequence may be used later in the expression, via a back reference, and may also be retrieved from the matcher once the match operation is complete.
The captured input associated with a group is always the subsequence that the group most recently matched. If a group is evaluated a second time because of quantification then its previously-captured value, if any, will be retained if the second evaluation fails. Matching the string "aba" against the expression (a(b)?)+, for example, leaves group two set to "b". All captured input is discarded at the beginning of each match.
Groups beginning with (? are pure, non-capturing groups that do not capture text and do not count towards the group total.
This class is in conformance with Level 1 of Unicode Technical Standard #18: Unicode Regular Expression Guidelines, plus RL2.1 Canonical Equivalents.
Unicode escape sequences such as \u2014 in Java source code are processed as described in �3.3 of the Java Language Specification. Such escape sequences are also implemented directly by the regular-expression parser so that Unicode escapes can be used in expressions that are read from files or from the keyboard. Thus the strings "\u2014" and "\\u2014", while not equal, compile into the same pattern, which matches the character with hexadecimal value 0x2014.
The supported categories are those of The Unicode Standard in the version specified by the Character class. The category names are those defined in the Standard, both normative and informative. The block names supported by Pattern are the valid block names accepted and defined by UnicodeBlock.forName.
script : String
The Groovy script works on the Matcher instance that is passed to the script in the variable matcher. The script must have a single return value of type Optional<edu.hm.hafner.analysis.Issue>. Use the edu.hm.hafner.analysis.IssueBuilder instance that is passed to the script in the variable builder to create a new issue instance. Note that the method buildOptional() creates an Optional with a wrapped Issue instance, you rarely need to call the build() method that directly creates an Issue. If a false positive has been detected by the regular expression, you must return Optional.empty(). Additional available variables:
Here is an example that you can use as a starting point for your script. It composes a new warning using the matcher of the regular expression ^\s*(.*):(\d+):(.*):\s*(.*)$.
import edu.hm.hafner.analysis.Severity
builder.setFileName(matcher.group(1))
.setLineStart(Integer.parseInt(matcher.group(2)))
.setSeverity(Severity.WARNING_NORMAL)
.setCategory(matcher.group(3))
.setMessage(matcher.group(4))
return builder.buildOptional();
example : String
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
grypeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
hadoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iaricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
iarCstaticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ibLintericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ideaInspectionicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
infericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
intelicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
invalidsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
junitParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
javaDocicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jcReporticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsHinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
jsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
klocWorkicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
kotlinicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ktLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
mavenConsoleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
modelsimicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
metrowerksCodeWarrioricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
msBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
myPyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
nagFortranicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
npmAuditicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
oelintAdvicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
otDockerLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskScannerexcludePattern : String (optional)
highTags : String (optional)
icon : String (optional)
id : String (optional)
ignoreCase : boolean (optional)
includePattern : String (optional)
isRegularExpression : boolean (optional)
^.*(TODO(?:[0-9]*))(.*)$.lowTags : String (optional)
name : String (optional)
normalTags : String (optional)
owaspDependencyCheckicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
PVSStudioicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
parasoftFindingsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
localSettingsPath : String (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pcLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pep8icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perforceicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
perlCriticicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpCodeSniffericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
phpStanicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
piticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pmdParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
polyspaceParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
prefasticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
protoLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
puppetLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyDocStyleicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
pyLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qacSourceCodeAnalysericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
qtTranslationicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
analysisParseranalysisModelId : String
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
resharperInspectCodeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
revApiicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
rfLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
robocopyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
ruboCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sarificon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
scalaicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
$class: 'SigmaTool'icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simianhighThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as high severity warnings.
icon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
normalThreshold : int (optional)
All warnings that have more duplicated lines than this number (or equal to this number) are considered as normal severity warnings. All warnings with less duplicated lines are considered as low severity warnings.
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
simulinkCheckParsericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sonarQubeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sphinxBuildicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
spotBugsicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
useRankAsPriority : boolean (optional)
styleCopicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
styleLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
sunCicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
swiftLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tagListicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
taskingVxicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tiCssicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tnsdlicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
trivyicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
tsLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valeicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
valgrindicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
veracodePipelineScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
issuesicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xlcicon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
xmlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yamlLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yoctoScannericon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
yuiCompressoricon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
zptLinticon : String (optional)
You can override the icon of the tool. This icon is used in the overview, in details views, and hyperlinks. If you leave the icon empty, then the built-in default icon of the registered tool will be used.
Icons are specified using one of the existing Jenkins symbols. Additional icons are available in the ionicons and font-awesome plugins. If none of these icons fit your needs, you can also use a custom icon that can be deployed to the Jenkins userContent directory.
id : String (optional)
\p{Alnum}[\p{Alnum}-_]*). If you leave the ID field empty, then the built-in default ID of the registered tool w will be used.
linesLookAhead : int (optional)
name : String (optional)
pattern : String (optional)
reportEncoding : String (optional)
skipSymbolicLinks : boolean (optional)
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.