Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #343 from oleg-nenashev/bug/JENKINS-48943-jep-200
[JENKINS-48943] - Whitelist java.util.Collections entries required by the plugin
- Loading branch information
Showing
with
4 additions
and 0 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
@@ -1,5 +1,6 @@ | ||
buildPlugin( | ||
platforms: ['linux'], | ||
jenkinsVersions: [null], | ||
jdkVersions: [8], | ||
findbugs: [run: true, archive: true], | ||
checkstyle: [archive: true, unstableTotalAll: 0] | ||
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
@@ -0,0 +1,3 @@ | ||
# Remove once https://github.com/jenkinsci/jenkins/pull/3234 is integrated? | ||
java.util.Collections$SynchronizedList | ||
java.util.Collections$SynchronizedRandomAccessList |