ci: stabilize Jenkins jobs and mobile pipeline

This commit is contained in:
2026-04-22 11:27:23 +03:00
parent caf057d712
commit 737bddd631
23 changed files with 762 additions and 66 deletions
+13 -1
View File
@@ -9,6 +9,18 @@
- build-discarder:
num-to-keep: 50
parameters:
- string:
name: QA_REPO_URL
default: https://git.kovbasa.ru/otus-autotests/homework_4.git
description: "Git URL репозитория с Selenium/API тестами"
- string:
name: QA_REPO_REF
default: master
description: "Git branch/tag/commit для checkout"
- string:
name: ALLURE_ADAPTER_VERSION
default: 2.29.1
description: "Версия allure-junit5 адаптера"
- choice:
name: BROWSER
choices:
@@ -21,7 +33,7 @@
description: "Базовый URL тестируемого сайта"
- string:
name: EXECUTION_MODE
default: selenoid
default: local
description: "Режим запуска (local|selenoid)"
- string:
name: SELENOID_URL