summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/untriaged-bugs.yml
blob: e01360ea13fe121ce636fc5f30b54bde17e21722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- job:
    name: untriaged-bugs
    node: bugzilla
    description: "List out the untriaged bugs"
    project-type: freestyle

    triggers:
    - timed: "H 1 * * 1"

    publishers:
    - email-ext:
        recipients: gluster-devel@gluster.org
        subject: Weekly Untriaged Bugs
        body: '${BUILD_LOG_REGEX,regex="^http.*"}'
        attach-build-log: true
        success: true

    builders:
    - shell: !include-raw: ../scripts/untriaged-bugs.sh

    wrappers:
    - timestamps