Skip to content

Commit

Permalink
HSEARCH-3652 Use OpenJDK instead of OracleJDK in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Aug 5, 2019
1 parent d0bc1f1 commit 35cd348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Expand Up @@ -127,8 +127,8 @@ helper.runWithNotification {
stage('Configure') {
this.environments = AlternativeMultiMap.create([
jdk: [
new JdkITEnvironment(version: '8', tool: 'Oracle JDK 8', status: ITEnvironmentStatus.USED_IN_DEFAULT_BUILD),
new JdkITEnvironment(version: '9', tool: 'OpenJDK 9', status: ITEnvironmentStatus.EXPERIMENTAL)
new JdkITEnvironment(version: '8', tool: 'OpenJDK 8 Latest', status: ITEnvironmentStatus.USED_IN_DEFAULT_BUILD),
new JdkITEnvironment(version: '9', tool: 'OpenJDK 9 Latest', status: ITEnvironmentStatus.EXPERIMENTAL)
],
database: [
new DatabaseITEnvironment(dbName: 'h2', mavenProfile: 'h2', status: ITEnvironmentStatus.USED_IN_DEFAULT_BUILD),
Expand Down

0 comments on commit 35cd348

Please sign in to comment.