updated forward merger for current branch

* updated originBranch to match current branch
* updated targetBranch to match branch with the next version
19:11
This commit is contained in:
Waldemar Żurowski 2023-09-01 22:50:29 +02:00 committed by GitHub
parent 612cfcdb32
commit 8a01b25684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,8 @@
@Library('corda-shared-build-pipeline-steps@5.1') _
forwardMerger(
targetBranch: 'release/os/4.10',
originBranch: 'release/os/4.9',
targetBranch: 'release/os/4.11',
originBranch: 'release/os/4.10',
slackChannel: '#build-team-automated-notifications'
)