Skip to content

Commit

Permalink
Merge pull request #87 from jenkins-infra/java11-lts
Browse files Browse the repository at this point in the history
buildPlugin() - Switch to the LTS release
  • Loading branch information
oleg-nenashev authored Mar 18, 2019
2 parents 7324825 + 7952f63 commit 66a1484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ static List<Map<String, String>> getConfigurations(Map params) {
* Includes testing Java 8 and 11 on the newest LTS.
*/
static List<Map<String, String>> recommendedConfigurations() {
//TODO: replace by 2.164.1 once it is released
def recentLTS = "2.164"
def recentLTS = "2.164.1"
def configurations = [
[ platform: "linux", jdk: "8", jenkins: null ],
[ platform: "windows", jdk: "8", jenkins: null ],
Expand Down

0 comments on commit 66a1484

Please sign in to comment.