Question

Would like to be able to use JDK 7 with CloudBees Run@cloud. JDK 7 already is supported on CloudBees Jenkins.

Don't think it's possible now, would like an ETA...?

Was it helpful?

Solution

You can now do this by setting the "runtime" parameter:

bees app:deploy -Rjava_version=1.7 yourapp

The versions available currently are 1.6 (Java 6), 1.7 (Java 7) and 1.8 (Java 8)

You can read more about other options here https://developer.cloudbees.com/bin/view/RUN/Java+Container

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top