Add Hibernate Search Update Dependency job execution to the build

This commit is contained in:
marko-bekhta 2023-10-25 12:31:06 +02:00 committed by Christian Beikov
parent e95e067fb9
commit 447049b2c1
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -151,6 +151,9 @@ stage('Build') {
}
})
}
executions.put('Hibernate Search Update Dependency', {
build job: '/hibernate-search-dependency-update/6.2', propagate: true, parameters: [string(name: 'UPDATE_JOB', value: 'orm6.2'), string(name: 'ORM_REPOSITORY', value: helper.scmSource.remoteUrl), string(name: 'ORM_PULL_REQUEST_ID', value: helper.scmSource.pullRequest.id)]
})
parallel(executions)
}