ES-412: added automatic forward merge for Corda 4 (#7469)

* uses an already existing shared pipeline
* will start automatic PR creation for changes between 4.6 and 4.7
This commit is contained in:
Waldemar Żurowski 2023-09-01 10:50:47 +01:00 committed by GitHub
parent 00b1f3d2c7
commit b0f86e26f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.ci/dev/forward-merge/Jenkinsfile vendored Normal file
View File

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