Skip to content

Commit c1888a2

Browse files
marko-bekhtayrodiere
authored andcommitted
Trigger Hibernate Search Update Dependency job when building ORM 7 patches
1 parent 112c37c commit c1888a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ stage('Build') {
197197
}
198198
})
199199
}
200+
executions.put('Hibernate Search Update Dependency', {
201+
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)]
202+
})
200203
parallel(executions)
201204
}
202205

0 commit comments

Comments
 (0)