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