You've already forked jenkins-lib
forked from jenkins/jenkins-lib
Update SmokeTest.groovy
Добавление true вторым параметром для исключения падения шага "Дымовые тесты"
This commit is contained in:
@@ -101,7 +101,7 @@ class SmokeTest implements Serializable {
|
||||
}
|
||||
|
||||
steps.withEnv(logosConfig) {
|
||||
VRunner.exec(command)
|
||||
VRunner.exec(command, true)
|
||||
}
|
||||
|
||||
if (options.publishToAllureReport) {
|
||||
|
Reference in New Issue
Block a user