1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-02-21 20:47:28 +02:00

Удаление временного фикса VAS

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

View File

@ -27,12 +27,6 @@ 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,12 +36,6 @@ 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}")