idij

Results 2 comments of idij

You can use an Expando as a workaround for this. Something like any of these: ``` binding.setVariable('bar', new Expando (foo: "foo result") binding.setVariable('bar', new Expando (foo: "foo result", baz: "baz...

Not JaCoCo, but I have code coverage with Cobertura working for my Jenkins shared library Spock tests. (I'm using @macg33zr's [pipelineUnit](https://github.com/macg33zr/pipelineUnit) approach in general). I had to modify the loader...