blob: 541eb1c5efa91e7c70efdd959bfe679a620d08eb [file] [log] [blame]
Fatih Degirmenci16ccc352019-03-14 19:18:03 -07001- job-template:
robert.tomczyk591f1b82019-06-24 09:43:47 +01002 name: 'acumos-{project-name}-push-upstream'
Fatih Degirmenci16ccc352019-03-14 19:18:03 -07003
robert.tomczykf63577d2019-06-27 12:24:50 +01004 node: infra-ubuntu1804
Fatih Degirmenci16ccc352019-03-14 19:18:03 -07005
6 disabled: false
7
robert.tomczyk28e10412019-06-26 11:10:59 +01008 concurrent: false
Fatih Degirmenci16ccc352019-03-14 19:18:03 -07009
10 properties:
11 - logrotate
12
13 parameters:
robert.tomczyk591f1b82019-06-24 09:43:47 +010014 - string:
15 name: PROJECT
16 default: 'acumos/{project}'
17 description: JJB configured PROJECT parameter to identify a Nordix Gerrit project
Fatih Degirmenci16ccc352019-03-14 19:18:03 -070018 - nordix-gerrit-parameters
19
20 scm:
21 - git-scm-gerrit:
22 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
robert.tomczyk591f1b82019-06-24 09:43:47 +010023 branch: $GERRIT_BRANCH
Fatih Degirmenci16ccc352019-03-14 19:18:03 -070024 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +010025 wipe_workspace: true
26 clean_before: false
Fatih Degirmenci16ccc352019-03-14 19:18:03 -070027
28 triggers:
29 - nordix-gerrit-push-upstream:
Fatih Degirmenci861b17f2019-03-14 19:31:15 -070030 project: 'acumos/{project}'
robert.tomczyk591f1b82019-06-24 09:43:47 +010031 branch: '**'
Fatih Degirmenci16ccc352019-03-14 19:18:03 -070032 files: '**'
33
34 wrappers:
35 - build-timeout:
36 timeout: 10
37
38 builders:
39 - shell:
40 !include-raw-escape: ./push-upstream-jobs.sh