blob: 032a71748a391f08b2b328dd270c6e15a6caa93f [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
8 concurrent: true
9
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
24
25 triggers:
26 - nordix-gerrit-push-upstream:
27 project: '{project}'
28 branch: '{branch}'
29 files: '**'
30
Fatih Degirmencie2e3ff72019-01-29 10:37:39 +010031 wrappers:
32 - build-timeout:
33 timeout: 10
34
Conor Wardd48d8352019-01-02 15:54:28 +000035 builders:
36 - shell:
37 !include-raw-escape: ./push-upstream-jobs.sh
Fatih Degirmenci7f40f742019-01-31 18:49:17 +010038
39 publishers:
40 - notify-slack:
41 slack-channel: '#infra'