Chore: Update gerrit-review-action to latest v0.8
[releng/builder.git] / jjb / integration / integration-distribution.yaml
1 - job-template:
2     name: '{project}-distribution-{stream}'
3
4     project-type: maven
5     node: dynamic_merge
6     jdk: '{jdk}'
7
8     logrotate:
9         daysToKeep: '{build-days-to-keep}'
10         numToKeep: '{build-num-to-keep}'
11         artifactDaysToKeep: '{build-artifact-days-to-keep}'
12         artifactNumToKeep: '{build-artifact-num-to-keep}'
13
14     parameters:
15         - project-parameter:
16             project: 'integration'
17
18     scm:
19         - git-scm:
20             credentials-id: '{ssh-credentials}'
21             refspec: ''
22             branch: '{branch}'
23
24     wrappers:
25         - build-timeout
26         - ssh-agent-credentials:
27             user: '{ssh-credentials}'
28
29     triggers:
30         - reverse:
31             jobs: '{project}-merge-{stream}'
32             result: 'success'
33
34     prebuilders:
35         - wipe-org-opendaylight-repo
36
37     maven:
38         maven-name: '{mvn32}'
39         root-pom: 'pom.xml'
40         goals: '-Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r clean install source:jar javadoc:jar'
41         maven-opts: '-Xmx1024m -XX:MaxPermSize=256m -Dmaven.compile.fork=true'
42         settings: '{integration-settings}'
43         global-settings: '{odl-global-settings}'
44
45     publishers:
46         - email-notification:
47             email-prefix: '[{project}]'
48         - maven-deploy:
49             id: ''
50             unique-version: true
51             deploy-unstable: false
52