aboutsummaryrefslogtreecommitdiff
path: root/bhoj-test.yaml
blob: 6211feb4ff7ef61893bc5c1aab9d565283b41da1 (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
- job:
    name: bhoj-test
    project-type: freestyle
    defaults: global
    logrotate:
        daysToKeep: 60
        numToKeep: 60
    properties:
        - authorization:
            anonymous:
                - job-read
            vishal.bhoj@linaro.org:
                - job-build
                - job-read
                - job-extended-read
                - job-configure
                - job-cancel
    disabled: false
    node: docker-utopic-art-test
    display-name: 'AOSP build playground for Vishal Bhoj'
    concurrent: true
    wrappers:
        - timestamps
        - timeout:
            timeout: 500
    builders:
        - shell: |
            #!/bin/bash

            env
            echo "Hello, world!"
    publishers:
        - email:
            recipients: 'vishal.bhoj@linaro.org'