mirror of
https://github.com/corda/corda.git
synced 2025-01-16 01:40:17 +00:00
658e7217a3
Conflicts: * .ci/dev/forward-merge/Jenkinsfile
9 lines
200 B
Groovy
9 lines
200 B
Groovy
@Library('corda-shared-build-pipeline-steps@5.1') _
|
|
|
|
forwardMerger(
|
|
targetBranch: 'release/os/4.8',
|
|
originBranch: 'release/os/4.7',
|
|
slackChannel: '#c4-forward-merge-bot-notifications',
|
|
)
|
|
|