Skip to content

Commit

Permalink
Stop testing against AWS Elasticsearch 5.6
Browse files Browse the repository at this point in the history
We no longer have an instance of that service on our CI.
  • Loading branch information
yrodiere committed May 6, 2022
1 parent 53291b4 commit 9573ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -204,7 +204,7 @@ stage('Configure') {
new EsAwsBuildEnvironment(version: '5.5', mavenProfile: 'elasticsearch-5.2',
condition: TestCondition.ON_DEMAND),
new EsAwsBuildEnvironment(version: '5.6', mavenProfile: 'elasticsearch-5.2',
condition: TestCondition.AFTER_MERGE)
condition: TestCondition.ON_DEMAND)
]
])

Expand Down

0 comments on commit 9573ba8

Please sign in to comment.