blob: c2c09f8d9ec48dfd5ea5006fecd10f57cf309474 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
- job:
name: nightly-release-5
description: Run the pipeline for release-5 branch
project-type: pipeline
dsl: !include-raw: ../scripts/nightly-release-5.dsl
triggers:
- timed: "H 18 * * *"
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
|