mirror of
https://github.com/corda/corda.git
synced 2024-12-22 14:22:28 +00:00
b0f86e26f9
* uses an already existing shared pipeline * will start automatic PR creation for changes between 4.6 and 4.7
9 lines
199 B
Groovy
9 lines
199 B
Groovy
@Library('corda-shared-build-pipeline-steps@5.1') _
|
|
|
|
forwardMerger(
|
|
targetBranch: 'release/os/4.7',
|
|
originBranch: 'release/os/4.6',
|
|
slackChannel: '#build-team-automated-notifications'
|
|
)
|
|
|