1
0
mirror of https://github.com/silverbulleters/vanessa-usher.git synced 2026-06-21 01:29:42 +02:00

fix: Удален лишний код формирования отчетов

This commit is contained in:
ksidelnikov
2024-12-27 13:56:25 +06:00
parent 99db2799bb
commit ea21ecf1cd
-4
View File
@@ -35,10 +35,6 @@ void call(PipelineConfiguration config, RunExternalDataProcessorsOptional stageO
testing()
}
catchError(message: 'Ошибка во время архивации отчетов о тестировании', buildResult: 'FAILURE', stageResult: 'FAILURE') {
testResultsHelper.packTestResults(config, stageOptional, state.runExternal)
}
}
private def testing() {