We are currently in the process of migrating our code base to Java 8. So we need some branches to build with Maven and Java 8 and other with Java 7. Is it possible to achieve this without duplicating the plan?
As far as I understand, the "Build JDK" dropdown of a Maven task configures JAVA_HOME, right? Is it possible to change or override this? I thought about adding a Java capability (JDK label = "Java Custom", Java home = "${some.variable}") and set ${some.variable} on the branch level. Is this possible?
(I've experimented a bit but wasn't able to get it working.)
Hello Stefan,
Thank you for your question.
You will not be able to change the jdk used on the branch level. Instead, it will be required to do the Build JDK change in the Plan configuration.
Please, refer to the following documentation for further information:
Bamboo - Maven
If you find this answer useful, I would kindly ask you to accept it so the same will be visible to others who might be facing the same issue you have inquired.
Thank you for your understanding.
—
Kind regards,
Rafael P. Sperafico
Atlassian Support
So the answer to "Is it possible to use variables in Bamboo build capabilities?" is simply "no"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Stefan, Thank you for your update. Correct, you cannot use variables in Bamboo build capabilities. — Kind regards, Rafael P. Sperafico Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.