Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
- Inicio
- General
- Feature Requests
- Allow Liferay Cloud CI (Jenkins) to be able to build with different JDKs
Allow Liferay Cloud CI (Jenkins) to be able to build with different JDKs
Asier Del Pozo, modificado hace 9 meses.
Junior Member
Mensajes: 79
Fecha de incorporación: 12/11/07
Mensajes recientes
There is a limitation with liferaycloud/jenkins:2.492.3-lts-jdk21-6.0.3 that keeps the CI from working with different JDKs (i.e. a branch or repository with Java 8 and another with Java 21 when upgrading from one version of Liferay to another).
This is related to the breaking changes introduced with https://help.liferay.com/hc/en-us/articles/33476891762317-1-14-2025-Service-Release-Updates.
The only alternative to this right now is to update LCP_CI_GRADLE_JDK every time a build needs to be done with one or another JDK, which makes CI not continuous.