1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-03-05 16:07:19 +02:00

Новая временная VAS с тихой установкой Vanessa-Ext

This commit is contained in:
Nikita Gryzlov 2021-05-31 17:35:32 +03:00 committed by kuzja086
parent db50191842
commit 6def56e2d9
2 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,12 @@ class Bdd implements Serializable {
steps.createDir('build/out')
// TODO: удалить после выхода VAS 1.0.35
steps.httpRequest(
'https://cloud.svc.pulsar.ru/index.php/s/WKwmqpFXSjfYjAH/download',
'oscript_modules/vanessa-automation-single/vanessa-automation-single.epf'
)
steps.catchError {
config.bddOptions.vrunnerSteps.each {
Logger.println("Шаг запуска сценариев командой ${it}")

View File

@ -36,6 +36,12 @@ class InitInfobase implements Serializable {
Logger.println("Шаг миграции ИБ выключен")
}
// TODO: удалить после выхода VAS 1.0.35
steps.httpRequest(
'https://cloud.svc.pulsar.ru/index.php/s/WKwmqpFXSjfYjAH/download',
'oscript_modules/vanessa-automation-single/vanessa-automation-single.epf'
)
steps.catchError {
config.initInfobaseOptions.additionalMigrationSteps.each {
Logger.println("Первичная инициализация командой ${it}")