summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/gluster-csi-containers.yml
blob: ac1b9cb7d76ee48bc29d3d1bfe68201ca452534f (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: gluster-csi-containers
    node: fedora
    description: Build gluster-sci containers and push it to dockerhub
    project-type: freestyle
    concurrent: true

    scm:
    - git:
        basedir: go/src/github.com/gluster/gluster-csi-driver
        url: https://github.com/gluster/gluster-csi-driver.git
        branches:
        - master

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

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

    builders:
    - shell: !include-raw: ../scripts/gluster-csi-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