summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/bugs-summary.yml
blob: 8dcb121375a0ceef90793bfb0740ee25b797b655 (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
- job:
    name: bugs-summary
    node: fedora
    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: http_int_credential
           variable: LOG_KEY