Results 2 comments of Roderick Randolph

Is there a full working example of this workaround on GitHub that I can take a look at? I'm having trouble figuring out how `CpsScript` and `GlobalVariable` were shadowed. If...

I got it working. In case others run into a similar problem my mistake was trying to shadow under `src/test/groovy` instead of `src/test/java` which caused: `java.lang.NoClassDefFoundError: org/jenkinsci/plugins/workflow/cps/GlobalVariable` I ended up...