mirror of
https://github.com/corda/corda.git
synced 2025-01-16 01:40:17 +00:00
8a01b25684
* updated originBranch to match current branch * updated targetBranch to match branch with the next version 19:11
9 lines
201 B
Groovy
9 lines
201 B
Groovy
@Library('corda-shared-build-pipeline-steps@5.1') _
|
|
|
|
forwardMerger(
|
|
targetBranch: 'release/os/4.11',
|
|
originBranch: 'release/os/4.10',
|
|
slackChannel: '#build-team-automated-notifications'
|
|
)
|
|
|