--- - job: name: qa-api-rest-tests description: "API REST тесты (RestAssured + JsonSchema + quality gates)." project-type: pipeline concurrent: true sandbox: true properties: - build-discarder: num-to-keep: 50 parameters: - string: name: API_REST_REPO_URL default: https://git.kovbasa.ru/otus-autotests/hw3.git - string: name: API_REST_REPO_REF default: main - string: name: API_REST_MAVEN_GOAL default: verify - string: name: API_REST_JAVA_RELEASE default: "21" dsl: !include-raw-verbatim: ../scripts/qa-hw3-api-tests.groovy