Skip to content

Commit

Permalink
fix Library import
Browse files Browse the repository at this point in the history
  • Loading branch information
roastario committed Nov 1, 2019
1 parent e7e7de1 commit d54f2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/dev/regression/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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())
Expand Down

0 comments on commit d54f2dd

Please sign in to comment.