From 84d3d48d2ab1a4753396d1d9f7c62a09ba6e829d Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Tue, 9 Jan 2024 16:19:13 +0100 Subject: [PATCH] Add documentation of new field in all steps. --- .../core/steps/IssuesRecorder/help-skipPostProcessing.html | 5 +++++ .../steps/ScanForIssuesStep/help-skipPostProcessing.html | 5 +++++ plugin/src/main/resources/issues/scan-parameters.properties | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/IssuesRecorder/help-skipPostProcessing.html create mode 100644 plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/ScanForIssuesStep/help-skipPostProcessing.html diff --git a/plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/IssuesRecorder/help-skipPostProcessing.html b/plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/IssuesRecorder/help-skipPostProcessing.html new file mode 100644 index 0000000000..743539db09 --- /dev/null +++ b/plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/IssuesRecorder/help-skipPostProcessing.html @@ -0,0 +1,5 @@ +
+ If this option is unchecked, then the plugin automatically resolves absolute paths, fingerprints, + package and module names from the source files in the workspace. + If this operation slows down your build, you can use this option to deactivate this feature. +
diff --git a/plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/ScanForIssuesStep/help-skipPostProcessing.html b/plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/ScanForIssuesStep/help-skipPostProcessing.html new file mode 100644 index 0000000000..743539db09 --- /dev/null +++ b/plugin/src/main/resources/io/jenkins/plugins/analysis/core/steps/ScanForIssuesStep/help-skipPostProcessing.html @@ -0,0 +1,5 @@ +
+ If this option is unchecked, then the plugin automatically resolves absolute paths, fingerprints, + package and module names from the source files in the workspace. + If this operation slows down your build, you can use this option to deactivate this feature. +
diff --git a/plugin/src/main/resources/issues/scan-parameters.properties b/plugin/src/main/resources/issues/scan-parameters.properties index 72aa44f91e..48e7f785e4 100644 --- a/plugin/src/main/resources/issues/scan-parameters.properties +++ b/plugin/src/main/resources/issues/scan-parameters.properties @@ -4,7 +4,7 @@ title.sourceDirectories=Source Directories description.sourceDirectories=Additional paths to the source code if not in the root of the workspace \ (or outside the workspace). title.blameDisabled=Disable retrieval of blame information (author and commit) from SCM -title.skipPostProcessing=Disable detection of missing package and module names +title.skipPostProcessing=Disable post-processing of issues (package and modul names, file paths, fingerprints) title.filter=Issue Filters description.filter=Issues will be matched with all the specified filters. If no filter is \ defined, then all issues will be published. Filters with empty regular expression will be ignored.