Skip to content

Commit 447049b

Browse files
marko-bekhtabeikov
authored andcommitted
Add Hibernate Search Update Dependency job execution to the build
1 parent e95e067 commit 447049b

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
@@ -151,6 +151,9 @@ stage('Build') {
151151
}
152152
})
153153
}
154+
executions.put('Hibernate Search Update Dependency', {
155+
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)]
156+
})
154157
parallel(executions)
155158
}
156159

0 commit comments

Comments
 (0)