feat: finalize projectwork CI jobs, docs and test integration
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user