-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1814 from jenkinsci/JENKINS-72973-skip-delta
[JENKINS-72973] Add an option to skip the SCM delta calculation
- Loading branch information
Showing
9 changed files
with
127 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...rces/io/jenkins/plugins/analysis/core/steps/IssuesRecorder/help-skipDeltaCalculation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div> | ||
If this option is unchecked, then the plugin analyzes the code changes between the current build and | ||
the reference build. Currently, this feature is only available for Git and requires the | ||
<a href="https://plugins.jenkins.io/git-forensics">git-forensics plugin</a> | ||
to be installed. Based on this delta report, issues are then classified | ||
as new or outstanding. Only issues that are part of the obtained diff will be marked as new. | ||
If this operation slows down your build, you can use this option to deactivate this feature. | ||
</div> |
8 changes: 8 additions & 0 deletions
8
...s/io/jenkins/plugins/analysis/core/steps/PublishIssuesStep/help-skipDeltaCalculation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div> | ||
If this option is unchecked, then the plugin analyzes the code changes between the current build and | ||
the reference build. Currently, this feature is only available for Git and requires the | ||
<a href="https://plugins.jenkins.io/git-forensics">git-forensics plugin</a> | ||
to be installed. Based on this delta report, issues are then classified | ||
as new or outstanding. Only issues that are part of the obtained diff will be marked as new. | ||
If this operation slows down your build, you can use this option to deactivate this feature. | ||
</div> |
8 changes: 8 additions & 0 deletions
8
...es/io/jenkins/plugins/analysis/core/steps/RecordIssuesStep/help-skipDeltaCalculation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div> | ||
If this option is unchecked, then the plugin analyzes the code changes between the current build and | ||
the reference build. Currently, this feature is only available for Git and requires the | ||
<a href="https://plugins.jenkins.io/git-forensics">git-forensics plugin</a> | ||
to be installed. Based on this delta report, issues are then classified | ||
as new or outstanding. Only issues that are part of the obtained diff will be marked as new. | ||
If this operation slows down your build, you can use this option to deactivate this feature. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters