Skip to content

Commit

Permalink
Merge pull request #343 from oleg-nenashev/bug/JENKINS-48943-jep-200
Browse files Browse the repository at this point in the history
[JENKINS-48943] - Whitelist java.util.Collections entries required by the plugin
  • Loading branch information
rsandell committed Jan 15, 2018
2 parents 93a7719 + 0f02703 commit f461672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
@@ -1,5 +1,6 @@
buildPlugin(
platforms: ['linux'],
jenkinsVersions: [null],
jdkVersions: [8],
findbugs: [run: true, archive: true],
checkstyle: [archive: true, unstableTotalAll: 0]
Expand Down
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/hudson.remoting.ClassFilter
@@ -0,0 +1,3 @@
# Remove once https://github.com/jenkinsci/jenkins/pull/3234 is integrated?
java.util.Collections$SynchronizedList
java.util.Collections$SynchronizedRandomAccessList

0 comments on commit f461672

Please sign in to comment.