Skip to content

Commit

Permalink
HSEARCH-4195 Re-execute mapper-orm-realbackend ITs against all databa…
Browse files Browse the repository at this point in the history
…ses and ES versions
  • Loading branch information
yrodiere authored and fax4ever committed Apr 23, 2021
1 parent fbbb070 commit edadf64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,8 @@ stage('Non-default environments') {
-pl ${[
'org.hibernate.search:hibernate-search-integrationtest-mapper-orm',
'org.hibernate.search:hibernate-search-integrationtest-mapper-orm-envers',
'org.hibernate.search:hibernate-search-integrationtest-showcase-library'
'org.hibernate.search:hibernate-search-integrationtest-showcase-library',
'org.hibernate.search:hibernate-search-integrationtest-mapper-orm-realbackend'
].join(',')} \
-P$buildEnv.mavenProfile \
"""
Expand All @@ -586,7 +587,8 @@ stage('Non-default environments') {
clean install \
-pl ${[
'org.hibernate.search:hibernate-search-integrationtest-backend-elasticsearch',
'org.hibernate.search:hibernate-search-integrationtest-showcase-library'
'org.hibernate.search:hibernate-search-integrationtest-showcase-library',
'org.hibernate.search:hibernate-search-integrationtest-mapper-orm-realbackend'
].join(',')} \
${toElasticsearchVersionArgs(buildEnv.mavenProfile, null)} \
"""
Expand Down

0 comments on commit edadf64

Please sign in to comment.