Hi Michał, On Wed, 2019-03-06 at 15:50 +0100, Michał Walenia wrote: > I recently took up a task to test code compiled with JDK 8 using Java > 11 > runtime. In order to do that, I'm trying to use two different JDKs in > one > Jenkins job, > which is defined in Job DSL
When we were defining jobs using the job dsl we were creating a job per supported JVM - that was much simpler to manage. Hope this helps, Robert
