mirror of
https://github.com/corda/corda.git
synced 2025-04-18 08:10:47 +00:00
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:
parent
612cfcdb32
commit
8a01b25684
4
.ci/dev/forward-merge/Jenkinsfile
vendored
4
.ci/dev/forward-merge/Jenkinsfile
vendored
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user