mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
fix Library import
This commit is contained in:
parent
e7e7de1d05
commit
d54f2ddd87
2
.ci/dev/regression/Jenkinsfile
vendored
2
.ci/dev/regression/Jenkinsfile
vendored
@ -1,4 +1,4 @@
|
|||||||
@org.gradle.platform.base.Library('existing-build-control')
|
@Library('existing-build-control')
|
||||||
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
|
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
|
||||||
|
|
||||||
killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())
|
killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())
|
||||||
|
Loading…
Reference in New Issue
Block a user