Reputation: 41
Actually am using Jenkins 2.107.3, I want to know whether this version supports Java 1.8 or not..?? In addition to that, from which version of Jenkins version are supported by Java 1.8..??
Upvotes: 2
Views: 3106
Reputation: 24947
Based on the official release starting from Jenkins version 2.54, Jenkins is fully compatible with java 1.8 and its mandatory to use it. So version 2.107.3 is compatible with it.
Upvotes: 1
Reputation: 31299
Jenkins version 2.54 and higher not only supports, but requires Java 8 to run.
See: Starting with 2.54, Jenkins now requires Java 8
See, yes, version 2.107.3 supports Java 1.8, and it has been supported since at least version 2.54.
Looking back through the older changelog, the first mention of JDK8 is for version 1.557 (release date 2014/03/31).
Upvotes: 0