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:
parent
d2d920e328
commit
78f114ddcc
@ -101,7 +101,7 @@ class SmokeTest implements Serializable {
|
||||
}
|
||||
|
||||
steps.withEnv(logosConfig) {
|
||||
VRunner.exec(command)
|
||||
VRunner.exec(command, true)
|
||||
}
|
||||
|
||||
if (options.publishToAllureReport) {
|
||||
|
Loading…
Reference in New Issue
Block a user