blob: cbee1e3656a6e008469ec29d233cdf54313c76c6 [file] [log] [blame]
robert.tomczyka9b3ba62019-05-22 18:19:17 +01001- job-template:
robert.tomczyk4926d1c2019-07-05 09:52:58 +01002 name: 'opendaylight-{project-name}-rebase'
robert.tomczyka9b3ba62019-05-22 18:19:17 +01003
robert.tomczykaaa0d452022-01-21 15:10:34 +00004 node: infra-ubuntu2004
robert.tomczyka9b3ba62019-05-22 18:19:17 +01005
6 disabled: false
7
8 concurrent: false
9
10 properties:
11 - logrotate
12
13 parameters:
robert.tomczyka9b3ba62019-05-22 18:19:17 +010014 - odl-gerrit-parameters
15 - string:
robert.tomczykff46d0a2019-07-08 22:21:31 +010016 name: PROJECT
17 default: '{project}'
18 description: JJB configured PROJECT parameter to identify a Nordix Gerrit project
19 - string:
robert.tomczyka9b3ba62019-05-22 18:19:17 +010020 name: NORDIX_REMOTE
21 default: 'ssh://infra@gerrit.nordix.org:29418/opendaylight/{project}.git'
22 description: The remote to add for Nordix.
23
24 scm:
25 - git-scm:
26 ssh-credentials-id: nordixinfra-lfn-gerrit-ssh
robert.tomczyk4926d1c2019-07-05 09:52:58 +010027 branch: 'master'
robert.tomczyka9b3ba62019-05-22 18:19:17 +010028 refspec: ''
robert.tomczyk4926d1c2019-07-05 09:52:58 +010029 wipe_workspace: false
30 clean_before: true
robert.tomczyka9b3ba62019-05-22 18:19:17 +010031
32 triggers:
33 - odl-gerrit-trigger-change-merged:
34 project: '{project}'
robert.tomczyk4926d1c2019-07-05 09:52:58 +010035 branch: '**'
robert.tomczyka9b3ba62019-05-22 18:19:17 +010036 files: '**'
37 - timed: "@midnight"
38
39 wrappers:
40 - build-timeout:
41 timeout: 10
robert.tomczykaaa0d452022-01-21 15:10:34 +000042 - ssh-agent-credentials:
43 users:
44 - 'nordixinfra-nordix-gerrit-ssh'
robert.tomczyka9b3ba62019-05-22 18:19:17 +010045
46 builders:
47 - shell:
robert.tomczyk3459cae2019-09-25 09:31:57 +010048 !include-raw-escape: ../global/rebase-jobs.sh
robert.tomczyka9b3ba62019-05-22 18:19:17 +010049
50 publishers:
51 - notify-slack:
52 slack-channel: '#infra'
robert.tomczykc8dcf1c2019-07-25 20:30:29 +010053 notify-start: false
54 notify-success: false
55 notify-failure: true
56 notify-back-to-normal: true