1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2024-12-04 10:34:42 +02:00

Update SmokeTest.groovy

Добавление  true вторым параметром для исключения падения шага "Дымовые тесты"
This commit is contained in:
666Bounty999 2022-11-21 09:28:57 +03:00 committed by GitHub
parent d2d920e328
commit 78f114ddcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ class SmokeTest implements Serializable {
}
steps.withEnv(logosConfig) {
VRunner.exec(command)
VRunner.exec(command, true)
}
if (options.publishToAllureReport) {