aboutsummaryrefslogtreecommitdiff
path: root/erp-test-automation.yaml
blob: 09517c00947ca2903140ce730f998d6032fc448a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
- job:
    name: 'erp-test-automation'
    display-name: 'ERP test automation'
    project-type: freestyle
    defaults: global
    properties:
        - authorization:
            anonymous:
                - job-read
                - job-extended-read
                - job-workspace
            linaro:
                - job-read
                - job-extended-read
                - job-build
                - job-cancel
        - build-discarder:
            days-to-keep: 30
            num-to-keep: 30
    disabled: false
    node: master
    parameters:
        - string:
            name: HOSTS
            default: 'cb-g0'
        - string:
            name: BUILD_ENV
            default: 'staging'
        - string:
            name: BUILD_NUM
            default: 'latest'
    wrappers:
        - timestamps
        - credentials-binding:
            - text:
                credential-id: ANSIBLE_VAULT
                variable: ANSIBLE_VAULT
    builders:
        - shell:
            !include-raw: erp-test-automation/builders.sh
    publishers:
        - email:
            recipients: 'chase.qi@linaro.org'