You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Возможность использовать vrunner, установленный глобально. Опциональный шаг установки локальных зависимостей
This commit is contained in:
@@ -34,6 +34,11 @@ public class TestUtils {
|
||||
return FileUtils.readFileToString(new File(file), encoding);
|
||||
});
|
||||
|
||||
when(steps.fileExists(anyString())).thenAnswer(invocation -> {
|
||||
String file = invocation.getArgument(0);
|
||||
return new File(file).exists();
|
||||
});
|
||||
|
||||
return steps;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user