mirror of
https://github.com/corda/corda.git
synced 2025-01-05 04:34:14 +00:00
ac8a4fc08c
* Generic on-demand test configuration * Rename library "magic" string from existing-build-control to corda-shared-build-pipeline-steps
7 lines
265 B
Groovy
7 lines
265 B
Groovy
@Library('corda-shared-build-pipeline-steps') _
|
|
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
|
|
|
|
killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())
|
|
|
|
onDemandTestPipeline('k8s', '.ci/dev/on-demand-tests/commentMappings.yml')
|