Skip to content

Commit

Permalink
Fix duplicate entry in Map in ci/dependency-update/Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 24, 2023
1 parent 5b67572 commit 65a791e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/dependency-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ Map settings() {
updateProperties: [],
onlyRunTestDependingOn: ['hibernate-search-backend-elasticsearch'],
// We want to use the snapshot version of an image from the ES registry since that's where they are publishing their snapshots.
additionalMavenArgs: '-Dtest.elasticsearch.run.elastic.image.name=docker.elastic.co/elasticsearch/elasticsearch -Dtest.elasticsearch.run.elastic.image.tag=master-SNAPSHOT',
additionalMavenArgs: '-Dtest.lucene.skip=true -Dtest.elasticsearch.run.elastic.image.name=docker.elastic.co/elasticsearch/elasticsearch -Dtest.elasticsearch.run.elastic.image.tag=master-SNAPSHOT',
// This job won't change the versions in the pom. We are passing the latest Elasticsearch version through an additional maven argument `-D`
skipSourceModifiedCheck: true,
additionalMavenArgs: '-Dtest.lucene.skip=true'
skipSourceModifiedCheck: true
]
default:
return [:]
Expand Down

0 comments on commit 65a791e

Please sign in to comment.