mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
2ad996c0bd
* INFRA-284 Testing out new aks template * INFRA-284 switching back to k8s on all files
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')
|