-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-58167] Add support for source code retention strategy of Prism plugin #1660
Merged
Conversation
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
# Conflicts: # plugin/pom.xml # plugin/src/main/java/io/jenkins/plugins/analysis/core/steps/RecordIssuesStep.java # plugin/src/main/java/io/jenkins/plugins/analysis/core/steps/ScanForIssuesStep.java # plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps/MiscIssuesRecorderITest.java # plugin/src/test/java/io/jenkins/plugins/analysis/warnings/steps/StepsITest.java
import static org.mockito.Mockito.*; | ||
|
||
/** | ||
* Tests the class {@link QualityGate}. | ||
* | ||
* @author Ullrich Hafner | ||
*/ | ||
class QualityGateTest extends SerializableTest<QualityGate> { | ||
class QualityGateTest extends SerializableTest<WarningsQualityGate> { |
Check notice
Code scanning / CodeQL
Unused classes and interfaces Note test
Unused class: QualityGateTest is not referenced within this codebase. If not used as an external API it should be removed.
uhafner
changed the title
Add support for source code retention strategy of Prism plugin
[JENKINS-58167] Add support for source code retention strategy of Prism plugin
Jan 13, 2024
uhafner
force-pushed
the
source-code-retention
branch
from
January 15, 2024 08:12
43c329a
to
d873719
Compare
uhafner
force-pushed
the
source-code-retention
branch
from
January 15, 2024 08:26
d873719
to
7422834
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Select the strategy that should be used to store the affected source code files. Storing the affected source code files along with the issues consumes a lot of space on your hard disk for large projects. So if your server has not enough free space available to store the sources for all builds, it might make more sense to store only the sources of the last build. In this case, the plugin will automatically discard old results before the new sources are stored. If you do not need the source files at all, you can deactivate the storing of source code files.
The following options are supported: