Peter Kahn
Results
2
comments of
Peter Kahn
Here's a possible work around 1. Isolate the jenkins instance into a class 2. mock Jenkins instance in that class ``` class BuildServerGlobals { static def getInstance() { return Jenkins.getInstanceOrNull()...
@jgsogo that seems like a different situation. Without more details on the classes etc it's difficult to see what the problem might be. Perhaps hunting for `Stack map does not...