Implement fully automated Jenkins HW8 setup with Ansible, JCasC and JJB
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- job:
|
||||
name: qa-api-citrus-tests
|
||||
description: "API тесты модуля citrus-tests (homework_4)."
|
||||
project-type: pipeline
|
||||
concurrent: true
|
||||
sandbox: true
|
||||
properties:
|
||||
- build-discarder:
|
||||
num-to-keep: 50
|
||||
dsl: !include-raw-verbatim: ../scripts/qa-api-citrus-tests.groovy
|
||||
Reference in New Issue
Block a user