Will Iverson
Will Iverson

Reputation: 2079

When/can I use JDK 7 with CloudBees Run@cloud?

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

Answers (1)

Michael Neale
Michael Neale

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

Related Questions