mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
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:
parent
00b1f3d2c7
commit
b0f86e26f9
8
.ci/dev/forward-merge/Jenkinsfile
vendored
Normal file
8
.ci/dev/forward-merge/Jenkinsfile
vendored
Normal 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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user