I previously blogged on using JavaScript in Java. The same Java Specification Request that allows for JavaScript in Java, JSR 223 (“Scripting for the Java Platform”), allows for including other ...
Ant has been widely celebrated as the future of build processing. In fact, it represents a great improvement over previous make tools: it is extendible, multiplatform, and standard-based. Some Ant ...
Groovy 3 tries to close some of the feature gaps that have opened up with recent versions of Java New control flow features include do-while and the enhanced for loop Java-style Lambda Expressions ...
This project demonstrates how to apply static compilation to a script, while on the same time: still allow dynamic method calls (and show how you can limit the scope of what you can call dynamically) ...
The internet doesn't seem to like this approach. Apparently I should use the DSL plugin. The Jenkins internal API is what we are using here, and it works just fine except docs are hard to come by. I ...