feat: finalize projectwork CI jobs, docs and test integration

This commit is contained in:
2026-04-23 11:39:08 +03:00
parent 737bddd631
commit 20bdacf5c5
39 changed files with 1819 additions and 70 deletions
+21
View File
@@ -0,0 +1,21 @@
---
- job:
name: qa-maven-extra-tests
description: "Дополнительные Maven тесты (универсальная job)."
project-type: pipeline
concurrent: true
sandbox: true
properties:
- build-discarder:
num-to-keep: 50
parameters:
- string:
name: EXTRA_REPO_URL
default: https://git.kovbasa.ru/otus-autotests/hw3.git
- string:
name: EXTRA_REPO_REF
default: homework_5
- string:
name: EXTRA_MAVEN_GOAL
default: test
dsl: !include-raw-verbatim: ../scripts/qa-hw5-tests.groovy