Files
homework_8/config/jobs/templates/qa-api-citrus-tests.yaml
T

21 lines
670 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
- job:
name: qa-api-citrus-tests
description: "API тесты модуля citrus-tests (homework_4)."
project-type: pipeline
concurrent: true
sandbox: true
properties:
- 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"
dsl: !include-raw-verbatim: ../scripts/qa-api-citrus-tests.groovy