blob: 5241119c1773fa1e82537b648bcb340751d1809d [file] [log] [blame]
Conor Wardd48d8352019-01-02 15:54:28 +00001- job-template:
econwara5227902019-01-17 17:00:19 +00002 name: '{project-name}-{stream}-push-upstream'
Conor Wardd48d8352019-01-02 15:54:28 +00003
4 node: onap-ubuntu1604
5
6 disabled: false
7
robert.tomczyk28e10412019-06-26 11:10:59 +01008 concurrent: false
Conor Wardd48d8352019-01-02 15:54:28 +00009
Fatih Degirmencifbd236f2019-02-07 10:08:35 +010010 properties:
11 - logrotate
12
Conor Wardd48d8352019-01-02 15:54:28 +000013 parameters:
14 - project-parameters:
15 project: '{project}'
16 branch: '{branch}'
17 - nordix-gerrit-parameters
18
19 scm:
20 - git-scm-gerrit:
21 ssh-credentials-id: nordixinfra-nordix-gerrit-ssh
22 branch: '{branch}'
23 refspec: $GERRIT_REFSPEC
robert.tomczyk7e507872019-06-18 17:20:26 +010024 wipe_workspace: true
25 clean_before: false
Conor Wardd48d8352019-01-02 15:54:28 +000026
27 triggers:
28 - nordix-gerrit-push-upstream:
29 project: '{project}'
30 branch: '{branch}'
31 files: '**'
32
Fatih Degirmencie2e3ff72019-01-29 10:37:39 +010033 wrappers:
34 - build-timeout:
35 timeout: 10
36
Conor Wardd48d8352019-01-02 15:54:28 +000037 builders:
38 - shell:
39 !include-raw-escape: ./push-upstream-jobs.sh
Fatih Degirmenci7f40f742019-01-31 18:49:17 +010040
41 publishers:
42 - notify-slack:
43 slack-channel: '#infra'