@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')
