summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/glusterd2-containers.yml
blob: 86ea62333df32c2578224090230d9932f7cd9670 (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
- job:
    name: glusterd2-containers
    node: fedora
    description: Build glusterfs containers with GD2 and push it to dockerhub
    project-type: freestyle
    concurrent: true

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

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

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

    builders:
    - shell: !include-raw: ../scripts/glusterd2-containers.sh

    parameters:
    - bool:
        default: true
        description: Push to Docker Hub
        name: PUSH_TO_HUB

    wrappers:
     - timestamps
     - credentials-binding:
         - file:
            credential-id: aa47a72d-743b-4958-a14a-cb597bb22d92
            variable: AUTH_JSON