corda/.ci/dev/forward-merge/Jenkinsfile
2023-09-01 11:56:24 +02:00

9 lines
199 B
Groovy

@Library('corda-shared-build-pipeline-steps@5.1') _
forwardMerger(
targetBranch: 'release/os/4.8',
originBranch: 'release/os/4.7',
slackChannel: '#build-team-automated-notifications'
)