X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-templates-java.yaml;h=584d8f8a56691f2dd821830f56476fd73939246a;hb=7154454605f0ac309e19c9adffb185771ac9be3f;hp=e0daa66c2255bed020a90ebc7d97554add68e666;hpb=09bbfd4c7d572e94b90ee4aeac13f951337c89c0;p=releng%2Fbuilder.git diff --git a/jjb/releng-templates-java.yaml b/jjb/releng-templates-java.yaml index e0daa66c2..584d8f8a5 100644 --- a/jjb/releng-templates-java.yaml +++ b/jjb/releng-templates-java.yaml @@ -3,7 +3,8 @@ name: odl-maven-jobs jobs: - - gerrit-maven-clm + - gerrit-maven-clm: + nexus-iq-namespace: odl- # TODO: Figure out what's wrong with the gerrit-maven-merge job. # - gerrit-maven-merge: @@ -16,11 +17,13 @@ build-timeout: 180 mvn-goals: clean install -V -Dmaven.compile.fork=true -Dintegrationtests -Dvtn.build.jobs=2 - - gerrit-maven-release + - gerrit-maven-stage - gerrit-maven-verify - gerrit-maven-verify-dependencies: build-timeout: 180 + mvn-version: mvn35 + - job-template: name: '{project-name}-integration-{stream}' @@ -28,6 +31,12 @@ # Default parameters # ###################### + archive-artifacts: > + **/*.log + **/hs_err_*.log + **/target/**/feature.xml + **/target/failsafe-reports/failsafe-summary.xml + **/target/surefire-reports/*-output.txt mvn-goals: clean install ##################### @@ -36,7 +45,7 @@ project-type: freestyle node: '{build-node}' - jdk: '{jdk}' + jdk: '{java-version}' properties: - opendaylight-infra-properties: @@ -70,7 +79,7 @@ global-settings-file: 'global-settings' settings-file: '{mvn-settings}' - maven-target: - maven-version: 'mvn33' + maven-version: 'mvn35' goals: | {mvn-goals} {opendaylight-infra-mvn-opts} @@ -96,6 +105,15 @@ # Default parameters # ###################### + archive-artifacts: > + **/*.log + **/hs_err_*.log + **/target/**/feature.xml + **/target/failsafe-reports/failsafe-summary.xml + **/target/surefire-reports/*-output.txt + cron: '@daily' + mvn-opts: '' + mvn-version: mvn35 java-version: openjdk8 ##################### @@ -136,21 +154,25 @@ build-timeout: '{build-timeout}' triggers: - - timed: 'H H * * 0' + - timed: '{obj:cron}' - gerrit-trigger-patch-merged: gerrit-server-name: '{gerrit-server-name}' name: '{project}' branch: '{branch}' + files: '**' + forbidden-files: '' prebuilders: - jacoco-nojava-workaround - provide-maven-settings: global-settings-file: 'global-settings' settings-file: '{mvn-settings}' + - lf-maven-install: + mvn-version: '{mvn-version}' # TODO: Do we want to apply sophisticated checks as in *-distribution-check-*? maven: - maven-name: 'mvn33' + maven-name: '{mvn-version}' goals: > {mvn-goals} -Dmerge @@ -163,32 +185,6 @@ global-settings-type: cfp post-step-run-condition: UNSTABLE - postbuilders: - - conditional-step: - condition-kind: file-exists - condition-filename: deploy-site.xml - condition-basedir: workspace - - # The strategy here is intentional to run Maven site:deploy twice - # once using regular pom.xml to produce a staged-site which is - # then used by deploy-site.xml to push to Nexus. This is a - # workaround to Maven Site's default linking code which creates - # incorrect URLs for sites due to auto-detection assuming your - # project is configured in a certain way which ODL is not. - steps: - - maven-target: - maven-version: 'mvn33' - pom: pom.xml - goals: 'site:deploy -V -B -Dstream={stream}' - java-opts: - - '-Xmx2g' - settings: '{mvn-settings}' - settings-type: cfp - global-settings: 'global-settings' - global-settings-type: cfp - - opendaylight-infra-deploy-maven-site: - settings-file: '{mvn-settings}' - reporters: - findbugs @@ -202,6 +198,3 @@ deploy-unstable: false - lf-jacoco-report - lf-infra-publish - - trigger: - project: 'distribution-merge-{stream}' - threshold: SUCCESS