fix Library import

This commit is contained in:
stefano 2019-11-01 15:57:08 +00:00
parent e7e7de1d05
commit d54f2ddd87

View File

@ -1,4 +1,4 @@
@org.gradle.platform.base.Library('existing-build-control')
@Library('existing-build-control')
import static com.r3.build.BuildControl.killAllExistingBuildsForJob
killAllExistingBuildsForJob(env.JOB_NAME, env.BUILD_NUMBER.toInteger())