blob: 5345d745b71bbb0744fc19e4f7ed842f0c83ff6f [file] [log] [blame]
robert.tomczyke53f0092019-06-05 12:03:09 +01001- job-template:
2 name: 'onap-{project-name}-{stream}-rebase'
3
robert.tomczykf63577d2019-06-27 12:24:50 +01004 node: infra-ubuntu1804
robert.tomczyke53f0092019-06-05 12:03:09 +01005
6 disabled: false
7
8 concurrent: false
9
10 properties:
11 - logrotate
12
13 parameters:
14 - project-parameters:
15 project: '{project}'
16 branch: '{branch}'
17 - onap-gerrit-parameters
18 - string:
19 name: NORDIX_REMOTE
20 default: 'ssh://infra@gerrit.nordix.org:29418/onap/{project}.git'
21 description: The remote to add for Nordix.
22
23 scm:
24 - git-scm:
25 ssh-credentials-id: nordixinfra-lfn-gerrit-ssh
26 branch: '{branch}'
27 refspec: ''
robert.tomczyk7e507872019-06-18 17:20:26 +010028 wipe_workspace: true
29 clean_before: false
robert.tomczyke53f0092019-06-05 12:03:09 +010030
31 triggers:
32 - onap-gerrit-trigger-change-merged:
33 project: '{project}'
34 branch: '{branch}'
35 files: '**'
36 - timed: "@midnight"
37
38 wrappers:
39 - build-timeout:
40 timeout: 10
41
42 builders:
43 - shell:
44 !include-raw-escape: ../global/rebase-jobs.sh
45
46 publishers:
47 - notify-slack:
48 slack-channel: '#infra'
robert.tomczykc8dcf1c2019-07-25 20:30:29 +010049 notify-start: false
50 notify-success: false
51 notify-failure: true
52 notify-back-to-normal: true