Skip to content

Commit

Permalink
HSEARCH-3051 Add more AWS Elasticsearch environments in the Jenkinsfile
Browse files Browse the repository at this point in the history
Note we don't test all these environments: they are only taken
into account if CI is configured to provide the URL and credentials
for that particular version.
  • Loading branch information
yrodiere authored and gsmet committed Apr 3, 2019
1 parent dd3a9be commit 256979c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Expand Up @@ -190,7 +190,9 @@ stage('Configure') {
esAws: [
new EsAwsITEnvironment(version: '5.6', mavenProfile: 'elasticsearch-5.6', status: ITEnvironmentStatus.EXPERIMENTAL),
new EsAwsITEnvironment(version: '6.0', mavenProfile: 'elasticsearch-6.0', status: ITEnvironmentStatus.EXPERIMENTAL),
new EsAwsITEnvironment(version: '6.2', mavenProfile: 'elasticsearch-6.0', status: ITEnvironmentStatus.EXPERIMENTAL)
new EsAwsITEnvironment(version: '6.2', mavenProfile: 'elasticsearch-6.0', status: ITEnvironmentStatus.EXPERIMENTAL),
new EsAwsITEnvironment(version: '6.3', mavenProfile: 'elasticsearch-6.0', status: ITEnvironmentStatus.EXPERIMENTAL),
new EsAwsITEnvironment(version: '6.4', mavenProfile: 'elasticsearch-6.0', status: ITEnvironmentStatus.EXPERIMENTAL)
]
])

Expand Down

0 comments on commit 256979c

Please sign in to comment.