summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/untriaged-bugs.yml
blob: eedca866c8f0e76f6a68aba4f271de0dd3703e17 (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
- 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:
    - timeout:
        timeout: 30
        abort: true
        type: absolute
    - timestamps