blob: ac0a9513e2ba458189dd335f09b67b37a7205e0d [file] [log] [blame]
Kailash Khalasic00ac4d2018-08-20 09:21:48 -07001---
2# workflow validations job
3
4- project:
5 name: att-workflow-validations
6
7 project-name: '{name}'
8
9 jobs:
10 - 'wf-validation'
11
12- job-template:
13 id: 'wf-validation'
14 name: 'workflow-validations'
15
16 node: 'ubuntu16.04-basebuild-1c-2g'
17
18 description: |
19 <!-- Managed by Jenkins Job Builder -->
20 Created by {id} job-template from ci-management/jjb/workflow-validations.yaml <br /><br />
21 Tests run nightly for validation of particular workflows. Kafka events simulated and XOS model states validated
22
23 properties:
24 - cord-infra-properties:
25 build-days-to-keep: '{build-days-to-keep}'
26 artifact-num-to-keep: '{artifact-num-to-keep}'
27
28 wrappers:
29 - lf-infra-wrappers:
30 build-timeout: '{build-timeout}'
31 jenkins-ssh-credential: '{jenkins-ssh-credential}'
32
33 parameters:
34 - string:
35 name: branch
36 default: 'master'
37 description: 'Name of the repo branch to use'
38
39 project-type: pipeline
40 concurrent: false
41
42 dsl: !include-raw-escape: pipeline/workflow-validations.groovy
43
44 triggers:
45 - timed: |
46 TZ=America/Los_Angeles
47 H 10 * * *