summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/bugs-summary.yml
blob: 4fb979efd85d6da00f3a5bd0cf3fcab3f3b9dc28 (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: bugs-summary
    node: fedora30
    description: Generate bugs.gluster.org report
    project-type: freestyle
    concurrent: true

    scm:
    - git:
        url: https://github.com/gluster/gluster-bugs-webui.git
        branches:
        - master

    properties:
    - discard-after-x:
        x: 5
    - one-build-per-node

    triggers:
    - timed: "H 14 * * *"

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

    wrappers:
    - timestamps
    - credentials-binding:
        - file:
           credential-id: 0b53bb70-545a-445f-9664-228d9cc0e6e3
           variable: LOG_KEY
    - timeout:
        timeout: 30
        abort: true
        type: absolute