summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/nightly-pipeline-master.yml
blob: 4857c137d47b7d5f2ebeaba9f1784e574370602d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- job:
    name: nightly-master
    description: Run the pipeline for master branch
    project-type: pipeline
    dsl: !include-raw: ../scripts/nightly-master.dsl


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

    parameters:
    - string:
        default: refs/heads/master
        description: 'For review 12345 and patch set 6, this will be refs/changes/45/12345/6. Default: Tip of master'
        name: GERRIT_REFSPEC
    - string:
        default: master
        description: 'Name of the branch you want to build from. We usually build from master'
        name: GERRIT_BRANCH