1
0

Передача флага --nocacheuse для VRunner

This commit is contained in:
Nikita Gryzlov
2021-11-08 20:29:24 +03:00
parent b91748be9a
commit df5e4b766d
7 changed files with 20 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ def call(JobConfiguration config) {
}
// Запуск синтакс-проверки
cmd(command, true)
VRunner.exec(command, true)
junit allowEmptyResults: true, testResults: FileUtils.getLocalPath(pathToJUnitReport)