corda/.ci/dev/on-demand-tests/Jenkinsfile
Stefano Franz 1d0918cdde
NOTICK - Speed up regression tests (#5918)
* speed up regression tests

* move to local-k8s for all Jenkins builds
2020-01-31 16:47:24 +00:00

7 lines
271 B
Groovy

@Library('corda-shared-build-pipeline-steps') _
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())
onDemandTestPipeline('local-k8s', '.ci/dev/on-demand-tests/commentMappings.yml')