corda/.ci/dev/forward-merge/Jenkinsfile
Waldemar Żurowski 8a01b25684
updated forward merger for current branch
* updated originBranch to match current branch
* updated targetBranch to match branch with the next version
19:11
2023-09-01 22:50:29 +02:00

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'
)