1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00
This commit is contained in:
Dima
2024-11-19 17:08:21 +03:00
parent dad3bad395
commit d653ea01dd

View File

@@ -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)