Bed Management Bamboo 'Release' stage not using Java 8

Hi @cintiadr,

Wondering if you could help here. I was attempting to release the Bed Management module when I realised that the ‘Release’ stage is failing because somehow it uses Java 7 instead of Java 8.
See the last few red guys here https://ci.openmrs.org/browse/BM-BMM

Would you happen to know how that’s done? Aka set the correct Java version to use.

Cc @dkayiwa (who’s been spending some time on it already.)

For your bamboo release prepare perform command task, i appended JAVA_HOME=${bamboo.capability.system.jdk.openjdk-8-jdk} to the Environment variables and then successfully released.

2 Likes

Thanks @dkayiwa, very helpful!