Skip to content

Commit

Permalink
HSEARCH-3620 Add a JDK14 build environment to the Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jun 17, 2019
1 parent 9a79a1b commit 93e6b8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Expand Up @@ -172,7 +172,10 @@ stage('Configure') {
new JdkBuildEnvironment(version: '11', tool: 'OpenJDK 11 Latest', status: BuildEnvironmentStatus.SUPPORTED),
new JdkBuildEnvironment(version: '12', tool: 'OpenJDK 12 Latest', status: BuildEnvironmentStatus.SUPPORTED),
new JdkBuildEnvironment(version: '13', tool: 'OpenJDK 13 Latest', status: BuildEnvironmentStatus.EXPERIMENTAL,
// Elasticsearch won't run on JDK13
// Elasticsearch won't run on JDK13+
elasticsearchTool: 'OpenJDK 11 Latest'),
new JdkBuildEnvironment(version: '14', tool: 'OpenJDK 14 Latest', status: BuildEnvironmentStatus.EXPERIMENTAL,
// Elasticsearch won't run on JDK13+
elasticsearchTool: 'OpenJDK 11 Latest')
],
compiler: [
Expand Down

0 comments on commit 93e6b8f

Please sign in to comment.