Reputation: 2079
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...?
Upvotes: 4
Views: 774
Reputation: 19468
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
Upvotes: 7