corda/.ci/dev/on-demand-tests/Jenkinsfile
2020-04-17 15:52:47 +01:00

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