blob: 71be8982f7e215ebaade5eadca1946135b369dcf [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.tomczykf63577d2019-06-27 12:24:50 +01004 node: infra-ubuntu1804
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
42
43 builders:
44 - shell:
robert.tomczyk3459cae2019-09-25 09:31:57 +010045 !include-raw-escape: ../global/rebase-jobs.sh
robert.tomczyka9b3ba62019-05-22 18:19:17 +010046
47 publishers:
48 - notify-slack:
49 slack-channel: '#infra'
robert.tomczykc8dcf1c2019-07-25 20:30:29 +010050 notify-start: false
51 notify-success: false
52 notify-failure: true
53 notify-back-to-normal: true