8 .. include:: ../job-groups.rst
10 Below is a list of Maven job groups:
12 .. literalinclude:: ../../jjb/lf-maven-job-groups.yaml
22 Runs Sonar against a Maven project.
26 :java-version: Version of Java to execute Sonar with.
27 :mvn-version: Version of Maven to execute Sonar with.
28 :mvn-settings: Maven settings.xml file containing credentials to use.
30 lf-infra-maven-sonarcloud
31 -------------------------
33 Runs Sonar against a Maven project and pushes results to SonarCloud.
37 :java-version: Version of Java to execute Sonar with.
38 :mvn-version: Version of Maven to execute Sonar with.
39 :mvn-settings: Maven settings.xml file containing credentials to use.
40 :sonarcloud-project-key: SonarCloud project key.
41 :sonarcloud-project-organization: SonarCloud project organization.
42 :sonarcloud-api-token: SonarCloud API Token.
47 Calls the maven build script to perform a maven build.
51 :mvn-goals: The maven goals to perform for the build.
52 (default: clean deploy)
57 Common Jenkins configuration for Maven jobs.
62 Calls the maven deploy script to push artifacts to Nexus.
64 lf-maven-versions-plugin
65 ------------------------
67 Conditionally calls Maven versions plugin to set, update and commit the maven `versions:set`.
71 :maven-versions-plugin: Whether to call Maven versions plugin or not. (default: false)
72 :mvn-version: Version of Maven to execute Sonar with.
73 :mvn-pom: Location of pom.xml.
74 :maven-versions-plugin-set-version: Version number to upgrade to.
75 :mvn-settings: Maven settings.xml file containing credentials to use.
80 Calls the maven stage script to push artifacts to a Nexus staging repository.
84 :mvn-global-settings: The name of the Maven global settings to use for
86 :mvn-settings: The name of settings file containing credentials for the project.
88 lf-update-java-alternatives
89 ---------------------------
91 Setup Java alternatives for the Distro.
95 :java-version: Version of Java to set as the default Java.
104 Produces a CLM scan of the code into Nexus IQ Server.
108 - {project-name}-maven-clm-{stream}
112 :Comment Trigger: run-clm
114 :Required parameters:
116 :build-node: The node to run build on.
117 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
118 be configured in defaults.yaml)
119 :mvn-settings: The name of settings file containing credentials for the project.
121 :Optional parameters:
123 :branch: The branch to build against. (default: master)
124 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
125 :build-timeout: Timeout in minutes before aborting build. (default: 60)
126 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
127 :java-version: Version of Java to use for the build. (default: openjdk8)
128 :mvn-central: Set to 'true' to also stage to OSSRH. This is for projects
129 that want to release to Maven Central. If set the parameter
130 ``ossrh-profile-id`` also needs to be set. (default: false)
131 :mvn-global-settings: The name of the Maven global settings to use for
132 Maven configuration. (default: global-settings)
133 :mvn-opts: Sets MAVEN_OPTS. (default: '')
134 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
135 :mvn-version: Version of maven to use. (default: mvn35)
136 :nexus-iq-namespace: Insert a namespace to project AppID for projects that
137 share a Nexus IQ system to avoid project name collision. We recommend
138 inserting a trailing - dash if using this parameter.
139 For example 'odl-'. (default: '')
140 :nexus-iq-stage: Stage the policy evaluation will be run against on
141 the Nexus IQ Server. (default: 'build')
142 :ossrh-profile-id: Profile ID for project as provided by OSSRH.
144 :stream: Keyword that can be used to represent a release code-name.
145 Often the same as the branch. (default: master)
146 :submodule-recursive: Whether to checkout submodules recursively.
148 :submodule-timeout: Timeout (in minutes) for checkout operation.
151 :gerrit_merge_triggers: Override Gerrit Triggers.
153 Maven JavaDoc Publish
154 ---------------------
156 Produces and publishes javadocs for a Maven project.
158 Expects javadocs to be available in $WORKSPACE/target/site/apidocs
162 - {project-name}-maven-javadoc-publish-{stream}-{java-version}
163 - gerrit-maven-javadoc-publish
164 - github-maven-javadoc-publish
166 :Comment Trigger: remerge
168 :Required parameters:
170 :build-node: The node to run build on.
171 :javadoc-path: The path in Nexus to deploy javadoc to.
172 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
173 be configured in defaults.yaml)
174 :mvn-settings: The name of settings file containing credentials for the project.
175 :mvn-site-id: Maven Server ID from settings.xml to pull credentials from.
176 (Note: This setting should be configured in defaults.yaml.)
178 :Optional parameters:
180 :branch: The branch to build against. (default: master)
181 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
182 :build-timeout: Timeout in minutes before aborting build. (default: 60)
183 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
184 :java-version: Version of Java to use for the build. (default: openjdk8)
185 :mvn-global-settings: The name of the Maven global settings to use for
186 Maven configuration. (default: global-settings)
187 :mvn-opts: Sets MAVEN_OPTS. (default: '')
188 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
189 :mvn-version: Version of maven to use. (default: mvn35)
190 :stream: Keyword that can be used to represent a release code-name.
191 Often the same as the branch. (default: master)
192 :submodule-recursive: Whether to checkout submodules recursively.
194 :submodule-timeout: Timeout (in minutes) for checkout operation.
197 :gerrit_merge_triggers: Override Gerrit Triggers.
202 Produces javadocs for a Maven project.
204 Expects javadocs to be available in $WORKSPACE/target/site/apidocs
208 - {project-name}-maven-javadoc-verify-{stream}-{java-version}
209 - gerrit-maven-javadoc-verify
210 - github-maven-javadoc-verify
212 :Comment Trigger: recheck|reverify
214 :Required parameters:
215 :build-node: The node to run build on.
216 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
217 be configured in defaults.yaml)
218 :mvn-settings: The name of settings file containing credentials for the project.
220 :Optional parameters:
222 :branch: The branch to build against. (default: master)
223 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
224 :build-timeout: Timeout in minutes before aborting build. (default: 60)
225 :deploy-path: The path in Nexus to deploy javadoc to. (default: $PROJECT/$STREAM)
226 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
227 :java-version: Version of Java to use for the build. (default: openjdk8)
228 :mvn-global-settings: The name of the Maven global settings to use for
229 Maven configuration. (default: global-settings)
230 :mvn-opts: Sets MAVEN_OPTS. (default: '')
231 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
232 :mvn-version: Version of maven to use. (default: mvn35)
233 :stream: Keyword that can be used to represent a release code-name.
234 Often the same as the branch. (default: master)
235 :submodule-recursive: Whether to checkout submodules recursively.
237 :submodule-timeout: Timeout (in minutes) for checkout operation.
240 :gerrit_verify_triggers: Override Gerrit Triggers.
245 Merge job which runs `mvn clean deploy` to build a project.
247 This job pushes files to Nexus using cURL instead of allowing the Maven deploy
248 goal to push the upload. This is to get around the issue that Maven deploy does
249 not properly support uploading files at the end of the build and instead pushes
250 as it goes. There exists a `-Ddeploy-at-end` feature however it does not work
253 This job uses the following strategy to deploy jobs to Nexus:
255 1. `wget -r` to fetch maven-metadata.xml from Nexus
256 2. `mvn deploy -DaltDeploymentRepository` to prepare files for upload
257 3. Removes untouched maven-metadata.xml files before upload
258 4. Use lftools (cURL) upload script to push artifacts to Nexus
262 - {project-name}-maven-merge-{stream}
266 :Comment Trigger: remerge
268 :Required parameters:
270 :build-node: The node to run build on.
271 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
272 be configured in defaults.yaml)
273 :mvn-settings: The name of settings file containing credentials for the project.
274 :mvn-snapshot-id: Maven Server ID from settings.xml to pull credentials from.
275 (Note: This setting should be configured in defaults.yaml.)
276 :nexus-snapshot-repo: The repository id of the Nexus snapshot repo to deploy to.
278 :Optional parameters:
280 :branch: Git branch to fetch for the build. (default: master)
281 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
282 :build-timeout: Timeout in minutes before aborting build. (default: 60)
283 :cron: Cron schedule when to trigger the job. This parameter also
284 supports multiline input via YAML pipe | character in cases where
285 one may want to provide more than 1 cron timer. (default: 'H H * * 0'
287 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
288 :java-version: Version of Java to use for the build. (default: openjdk8)
289 :mvn-global-settings: The name of the Maven global settings to use for
290 Maven configuration. (default: global-settings)
291 :mvn-opts: Sets MAVEN_OPTS. (default: '')
292 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
293 :mvn-version: Version of maven to use. (default: mvn35)
294 :nexus-cut-dirs: Number of directories to cut from file path for `wget -r`.
295 :stream: Keyword that can be used to represent a release code-name.
296 Often the same as the branch. (default: master)
297 :submodule-recursive: Whether to checkout submodules recursively.
299 :submodule-timeout: Timeout (in minutes) for checkout operation.
302 :gerrit_merge_triggers: Override Gerrit Triggers.
303 :gerrit_trigger_file_paths: Override file paths which can be used to
304 filter which file modifications will trigger a build.
309 Produces a release candidate by creating a staging repo in Nexus.
311 The staging repo name is in the format PROJECT-NUMBER for example "aaa-1234",
312 "autorelease-2000", "odlparent-1201", etc...
314 This job runs a Maven build and deploys to $WORKSPACE/m2repo directory. This
315 directory is then used later to deploy to Nexus.
319 - {project-name}-maven-stage-{stream}
323 :Required parameters:
325 :build-node: The node to run build on.
326 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
327 be configured in defaults.yaml)
328 :mvn-settings: The name of settings file containing credentials for the project.
329 :mvn-staging-id: Maven Server ID from settings.xml to pull credentials from.
330 (Note: This setting should be configured in defaults.yaml.)
331 :staging-profile-id: Profile ID of the project's Nexus staging profile.
333 :Optional parameters:
335 :archive-artifacts: Artifacts to archive to the logs server (default: '').
336 :branch: The branch to build against. (default: master)
337 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
338 :build-timeout: Timeout in minutes before aborting build. (default: 60)
339 :cron: Cron schedule when to trigger the job. This parameter also
340 supports multiline input via YAML pipe | character in cases where
341 one may want to provide more than 1 cron timer. (default: '')
342 :deploy-path: The path in Nexus to deploy javadoc to. (default: $PROJECT/$STREAM)
343 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
344 :java-version: Version of Java to use for the build. (default: openjdk8)
345 :maven-versions-plugin: Whether to call Maven versions plugin or not. (default: false)
346 :mvn-global-settings: The name of the Maven global settings to use for
347 Maven configuration. (default: global-settings)
348 :mvn-opts: Sets MAVEN_OPTS. (default: '')
349 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
350 :mvn-version: Version of maven to use. (default: mvn35)
351 :maven-versions-plugin-set-version: New version to use in Maven versions plugin. (default: '')
352 :sign-artifacts: Sign artifacts with Sigul. (default: false)
353 :stream: Keyword that can be used to represent a release code-name.
354 Often the same as the branch. (default: master)
355 :submodule-recursive: Whether to checkout submodules recursively.
357 :submodule-timeout: Timeout (in minutes) for checkout operation.
360 :gerrit_release_triggers: Override Gerrit Triggers.
367 Sonar job which runs mvn clean install then publishes to Sonar.
369 This job purposely only runs on the master branch as there are Additional
370 configuration needed to support multiple branches and there's not much
371 interest in that kind of support.
375 - {project-name}-sonar
379 :Comment Trigger: run-sonar
381 :Required parameters:
383 :build-node: The node to run build on.
384 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
385 be configured in defaults.yaml)
386 :mvn-settings: The name of settings file containing credentials for the project.
388 :Optional parameters:
390 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
391 :build-timeout: Timeout in minutes before aborting build. (default: 60)
392 :cron: Cron schedule when to trigger the job. This parameter also
393 supports multiline input via YAML pipe | character in cases where
394 one may want to provide more than 1 cron timer. (default: 'H H * * 6'
396 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
397 :java-version: Version of Java to use for the build. (default: openjdk8)
398 :mvn-global-settings: The name of the Maven global settings to use for
399 Maven configuration. (default: global-settings)
400 :mvn-opts: Sets MAVEN_OPTS. (default: '')
401 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
402 :mvn-version: Version of maven to use. (default: mvn35)
403 :sonar-mvn-goals: Maven goals to run for sonar analysis.
404 (default: sonar:sonar)
405 :sonarcloud: Whether or not to use SonarCloud ``true|false``.
407 :sonarcloud-project-key: SonarCloud project key. (default: '')
408 :sonarcloud-project-organization: SonarCloud project organization.
410 :sonarcloud-api-token: SonarCloud API Token. (default: '')
411 :stream: Keyword that can be used to represent a release code-name.
412 Often the same as the branch. (default: master)
413 :submodule-recursive: Whether to checkout submodules recursively.
415 :submodule-timeout: Timeout (in minutes) for checkout operation.
418 :gerrit_sonar_triggers: Override Gerrit Triggers.
423 .. literalinclude:: ../../.jjb-test/lf-maven-jobs/maven-sonarcloud.yaml
429 Verify job which runs mvn clean install to test a project build..
433 - {project-name}-maven-verify-{stream}-{mvn-version}-{java-version}
434 - gerrit-maven-verify
435 - github-maven-verify
437 :Comment Trigger: recheck|reverify
439 :Required parameters:
441 :build-node: The node to run build on.
442 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
443 be configured in defaults.yaml)
444 :mvn-settings: The name of settings file containing credentials for the project.
446 :Optional parameters:
448 :branch: Git branch to fetch for the build. (default: master)
449 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
450 :build-timeout: Timeout in minutes before aborting build. (default: 60)
451 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
452 :java-version: Version of Java to use for the build. (default: openjdk8)
453 :mvn-global-settings: The name of the Maven global settings to use for
454 Maven configuration. (default: global-settings)
455 :mvn-opts: Sets MAVEN_OPTS. (default: '')
456 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
457 :mvn-version: Version of maven to use. (default: mvn35)
458 :stream: Keyword that can be used to represent a release code-name.
459 Often the same as the branch. (default: master)
460 :submodule-recursive: Whether to checkout submodules recursively.
462 :submodule-timeout: Timeout (in minutes) for checkout operation.
465 :gerrit_verify_triggers: Override Gerrit Triggers.
466 :gerrit_trigger_file_paths: Override file paths which can be used to
467 filter which file modifications will trigger a build.
469 Maven Verify /w Dependencies
470 ----------------------------
472 Verify job which runs mvn clean install to test a project build /w deps
474 This job can be used to verify a patch in conjunction to all of the
475 upstream patches it depends on. The user of this job can provide a list
480 - {project-name}-maven-verify-deps-{stream}-{mvn-version}-{java-version}
481 - gerrit-maven-verify-dependencies
483 :Comment Trigger: recheck: SPACE_SEPERATED_LIST_OF_PATCHES
485 :Required parameters:
487 :build-node: The node to run build on.
488 :jenkins-ssh-credential: Credential to use for SSH. (Generally should
489 be configured in defaults.yaml)
490 :mvn-settings: The name of settings file containing credentials for the project.
492 :Optional parameters:
494 :branch: Git branch to fetch for the build. (default: master)
495 :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7)
496 :build-timeout: Timeout in minutes before aborting build. (default: 60)
497 :git-url: URL clone project from. (default: $GIT_URL/$PROJECT)
498 :java-version: Version of Java to use for the build. (default: openjdk8)
499 :mvn-global-settings: The name of the Maven global settings to use for
500 Maven configuration. (default: global-settings)
501 :mvn-opts: Sets MAVEN_OPTS. (default: '')
502 :mvn-params: Additional mvn parameters to pass to the cli. (default: '')
503 :mvn-version: Version of maven to use. (default: mvn35)
504 :stream: Keyword that can be used to represent a release code-name.
505 Often the same as the branch. (default: master)
506 :submodule-recursive: Whether to checkout submodules recursively.
508 :submodule-timeout: Timeout (in minutes) for checkout operation.
511 :gerrit_verify_triggers: Override Gerrit Triggers.
512 :gerrit_trigger_file_paths: Override file paths which can be used to
513 filter which file modifications will trigger a build.