1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-08-25 20:09:25 +02:00

Передача флага --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)