summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/coverity.yml
blob: 1e0d735e1a608da79efba362261e0c9b5e15e70e (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
35
36
37
- job:
    name: coverity-nightly
    node: coverity
    description: Trigger a coverity run once a week
    project-type: freestyle
    concurrent: true

    scm:
    - git:
        branches:
        - origin/master
        url: git://review.gluster.org/glusterfs.git
        depth: 1
        wipe-workspace: true

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

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

    builders:
    - shell: !include-raw: ../scripts/coverity.sh

    wrappers:
    - timestamps
    - timeout:
        timeout: 30
        abort: true
        type: absolute
    - credentials-binding:
           - username-password-separated:
               credential-id: ce387678-f75f-49c7-a64e-b69bddc9b4ee
               username: COVERITY_EMAIL
               password: COVERITY_TOKEN