Skip to content

Commit 8bd60dd

Browse files
marko-bekhtambellade
authored andcommitted
Use Hibernate Search 8.1 for testing
1 parent 2c2fb02 commit 8bd60dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ stage('Build') {
209209
})
210210
}
211211
executions.put('Hibernate Search Update Dependency', {
212-
build job: '/hibernate-search-dependency-update/8.0', propagate: true, parameters: [string(name: 'UPDATE_JOB', value: 'orm7'), string(name: 'ORM_REPOSITORY', value: helper.scmSource.remoteUrl), string(name: 'ORM_PULL_REQUEST_ID', value: helper.scmSource.pullRequest.id)]
212+
build job: '/hibernate-search-dependency-update/8.1', propagate: true, parameters: [string(name: 'UPDATE_JOB', value: 'orm7'), string(name: 'ORM_REPOSITORY', value: helper.scmSource.remoteUrl), string(name: 'ORM_PULL_REQUEST_ID', value: helper.scmSource.pullRequest.id)]
213213
})
214214
parallel(executions)
215215
}

0 commit comments

Comments
 (0)