diff --git a/src/ru/pulsar/jenkins/library/IStepExecutor.groovy b/src/ru/pulsar/jenkins/library/IStepExecutor.groovy index ae6d680e..18264408 100644 --- a/src/ru/pulsar/jenkins/library/IStepExecutor.groovy +++ b/src/ru/pulsar/jenkins/library/IStepExecutor.groovy @@ -66,7 +66,7 @@ interface IStepExecutor { def withEnv(List strings, Closure body) - def lock(String label, int quantity, String resource, Closure objectClosure) + def lock(String label, int quantity, String resource, Closure body) def archiveArtifacts(String path)