Skip to content
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
merged 26 commits into from
Feb 23, 2024

ZIP all source files before copying into build folder.

7422834
Select commit
Loading
Failed to load commit list.
Merged

[JENKINS-58167] Add support for source code retention strategy of Prism plugin #1660

ZIP all source files before copying into build folder.
7422834
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 15, 2024 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 190 in plugin/src/test/java/io/jenkins/plugins/analysis/core/testutil/WarningsIntegrationTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note test

Method WarningsIntegrationTest.enableEclipseWarnings(..) could be confused with overloaded method
AffectedFilesResolverITest.enableEclipseWarnings
, since dispatch depends on static types.

Check notice on line 24 in plugin/src/test/java/io/jenkins/plugins/analysis/core/util/QualityGateTest.java

See this annotation in the file changed.

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.