jfrog / jenkins-jfrog-plugin

Easy integration between Jenkins and the JFrog Platform.
https://github.com/jfrog/jenkins-jfrog-plugin
Apache License 2.0
39 stars 17 forks source link

Avoid serialization of anonymous classes #81

Closed yahavi closed 10 months ago

yahavi commented 10 months ago

Fix #76

Use callable classes to avoid the need for serialization using anonymous classes.