Implement fully automated Jenkins HW8 setup with Ansible, JCasC and JJB

This commit is contained in:
2026-04-15 22:56:40 +03:00
parent 9f801e52a4
commit 2aa8a49ee1
46 changed files with 1333 additions and 412 deletions
+38
View File
@@ -0,0 +1,38 @@
---
- view:
name: DevOps
view-type: list
description: "Инфраструктурные job"
filter-executors: true
filter-queue: true
job-name:
- jobs-uploader
- infra-health-check
columns:
- status
- weather
- job
- last-success
- last-failure
- last-duration
- build-button
- view:
name: QA
view-type: list
description: "Тестовые job и раннер"
filter-executors: true
filter-queue: true
job-name:
- qa-runner
- qa-selenium-tests
- qa-api-citrus-tests
- qa-mobile-appium-tests
columns:
- status
- weather
- job
- last-success
- last-failure
- last-duration
- build-button