Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ovcharenko-di committed Nov 19, 2024
1 parent dad3bad commit d653ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ru/pulsar/jenkins/library/IStepExecutor.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ interface IStepExecutor {

def withEnv(List<String> strings, Closure body)

def lock(String label, int quantity, String resource, Closure<Object> objectClosure)
def lock(String label, int quantity, String resource, Closure<Object> body)

def archiveArtifacts(String path)

Expand Down

0 comments on commit d653ea0

Please sign in to comment.