From d653ea01dd70b7737bc53162c1c17d96f1e37f0d Mon Sep 17 00:00:00 2001 From: Dima Date: Tue, 19 Nov 2024 17:08:21 +0300 Subject: [PATCH] fix --- src/ru/pulsar/jenkins/library/IStepExecutor.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)