At Brooklyn, we don't do multiple builds with different Java versions yet. But that's something and wanted to implement to test compatibility.
Our build is a multibranch project using a combination of pipelines and docker containers. With this setup, it would be very easy to add a parallel step to launch different docker containers to build with different Java/maven versions. The great benefit of this solution is that you can do this for all branches within your project. Hope that helps. Best. On Wed, 22 Jul 2020, 12:49 Dennis Kieselhorst, <d...@apache.org> wrote: > Hi, > > for Apache CXF we currently have multiple build jobs per branch and JDK > version, e.g. > > - Master-JDK8 > - Master-JDK11 > - Master-JDK-latest > - 3.3-JDK8 > - 3.3-JDK11 > - 3.3-JDK-latest > > As we have an increasing number of Java versions that we support, I > thought about simplying this with the move to the new Jenkins instance. My > idea is to just have one multibranch job that kicks off individual > concurrent builds with the different JDK configs. > > Has somebody already done it so that I can adapt that or experiences to > share before I start building that? > > Best, > Dennis >