ci: stabilize Jenkins jobs and mobile pipeline
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- job:
|
||||
name: infra-health-check
|
||||
description: "Проверка инфраструктуры Jenkins/Registry/Agent образов."
|
||||
project-type: pipeline
|
||||
concurrent: false
|
||||
sandbox: true
|
||||
properties:
|
||||
- build-discarder:
|
||||
num-to-keep: 30
|
||||
dsl: !include-raw-verbatim: ../../jobs/scripts/infra-health-check.groovy
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- job:
|
||||
name: jobs-uploader
|
||||
description: "Обновляет Jenkins jobs из JJB YAML (config/jobs)."
|
||||
project-type: pipeline
|
||||
concurrent: false
|
||||
sandbox: true
|
||||
properties:
|
||||
- build-discarder:
|
||||
num-to-keep: 30
|
||||
parameters:
|
||||
- string:
|
||||
name: JJB_PATH
|
||||
default: /workspace/hw8/config/jobs
|
||||
description: "Путь до JJB-конфигов"
|
||||
dsl: !include-raw-verbatim: ../../jobs/scripts/jobs-uploader.groovy
|
||||
Reference in New Issue
Block a user