3 name: odl-maven-jobs-jdk11
7 nexus-iq-namespace: odl-
8 nexus-iq-stage: release
17 java-version: openjdk11
25 nexus-iq-namespace: odl-
26 nexus-iq-stage: release
28 # TODO: Figure out what's wrong with the gerrit-maven-merge job.
29 # - gerrit-maven-merge:
32 # - 'distribution-merge-{stream}'
34 # trigger-with-no-params: true
35 - '{project-name}-merge-{stream}':
37 mvn-goals: clean install -V -Dmaven.compile.fork=true -Dintegrationtests -Dvtn.build.jobs=2
38 disable-job: '{disable-job}'
43 ossrh-profile-id: 6386ebbbf3a563
46 java-version: openjdk8
48 disable-job: '{disable-job}'
51 name: odl-maven-verify-jobs
55 - gerrit-maven-verify-dependencies:
61 name: '{project-name}-integration-{stream}'
63 ######################
64 # Default parameters #
65 ######################
70 **/target/**/feature.xml
71 **/target/failsafe-reports/failsafe-summary.xml
72 **/target/surefire-reports/*-output.txt
73 mvn-goals: clean install
80 project-type: freestyle
83 disabled: '{disable-job}'
86 - opendaylight-infra-properties:
87 build-days-to-keep: '{build-days-to-keep}'
90 - opendaylight-infra-parameters:
91 os-cloud: '{os-cloud}'
94 refspec: 'refs/heads/{branch}'
95 artifacts: '{archive-artifacts}'
103 - opendaylight-infra-wrappers:
104 build-timeout: '{build-timeout}'
108 jobs: '{dependencies}'
112 - lf-jacoco-nojava-workaround
113 - lf-provide-maven-settings:
114 global-settings-file: 'global-settings'
115 settings-file: '{mvn-settings}'
117 maven-version: 'mvn35'
120 {opendaylight-infra-mvn-opts}
123 settings: '{mvn-settings}'
125 global-settings: 'global-settings'
126 global-settings-type: cfp
129 - email-notification:
130 email-recipients: '{email-recipients}'
131 email-prefix: '{email-upstream}'
137 name: '{project-name}-merge-{stream}'
139 ######################
140 # Default parameters #
141 ######################
147 **/target/**/feature.xml
148 **/target/failsafe-reports/failsafe-summary.xml
149 **/target/surefire-reports/*-output.txt
153 java-version: openjdk8
155 #####################
156 # Job Configuration #
157 #####################
159 # Need to keep jobs that deploy to Nexus at end of build as Maven
160 # projects. Maybe reconsider this once upstream moves deploy to a
161 # separate lifecycle:
162 # https://issues.apache.org/jira/browse/MNG-5666
165 jdk: '{java-version}'
166 disabled: '{disable-job}'
169 - opendaylight-infra-properties:
170 build-days-to-keep: 14
173 - opendaylight-infra-parameters:
174 os-cloud: '{os-cloud}'
177 refspec: 'refs/heads/{branch}'
178 artifacts: '{archive-artifacts}'
182 description: "String representing release name"
185 - gerrit-trigger-scm:
187 choosing-strategy: 'default'
190 - opendaylight-infra-wrappers:
191 build-timeout: '{build-timeout}'
194 - timed: '{obj:cron}'
195 - gerrit-trigger-patch-merged:
196 gerrit-server-name: '{gerrit-server-name}'
203 - lf-jacoco-nojava-workaround
204 - lf-provide-maven-settings:
205 global-settings-file: 'global-settings'
206 settings-file: '{mvn-settings}'
208 mvn-version: '{mvn-version}'
210 # TODO: Do we want to apply sophisticated checks as in *-distribution-check-*?
212 maven-name: '{mvn-version}'
217 {opendaylight-infra-mvn-opts}
218 maven-opts: '{mvn-opts}'
219 settings: '{mvn-settings}'
221 global-settings: 'global-settings'
222 global-settings-type: cfp
223 post-step-run-condition: UNSTABLE
229 - email-notification:
230 email-recipients: '{email-recipients}'
231 email-prefix: '[{project-name}]'
235 deploy-unstable: false