Skip to content

Commit

Permalink
Merge pull request jenkinsci#827 from jenkinsci/add-jdk11-testing
Browse files Browse the repository at this point in the history
Enable CI testing of the jdk11 variant
  • Loading branch information
batmat committed May 10, 2019
2 parents 7b4153f + 304a4b0 commit 8cb7e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -31,7 +31,7 @@ nodeWithTimeout('docker') {
sh "make prepare-test"
}

def labels = ['debian', 'slim', 'alpine']
def labels = ['debian', 'slim', 'alpine', 'jdk11']
def builders = [:]
for (x in labels) {
def label = x
Expand Down Expand Up @@ -72,4 +72,4 @@ void nodeWithTimeout(String label, def body) {
body.call()
}
}
}
}

0 comments on commit 8cb7e82

Please sign in to comment.