ci: stabilize Jenkins jobs and mobile pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user