X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb-templates%2Fmerge.yaml;h=60339777e09b1bdc9a32c708991a60dd09189f19;hb=3d9da7462331c826e0db857c5601119b84a1e699;hp=fe3f190f53b7c76917a91c6b37e4e96050caccc2;hpb=269e079f49f865648ebfc04c56f7c3a57294118f;p=releng%2Fbuilder.git diff --git a/jjb-templates/merge.yaml b/jjb-templates/merge.yaml index fe3f190f5..60339777e 100644 --- a/jjb-templates/merge.yaml +++ b/jjb-templates/merge.yaml @@ -1,5 +1,5 @@ - job-template: - name: 'PROJECT-merge-{stream}' + name: 'PROJECT_SHORTNAME-merge-{stream}' # Job template for ODL merge jobs # @@ -38,7 +38,7 @@ triggers: - gerrit-trigger-patch-merged: - name: 'PROJECT' + name: 'PROJECT_PATH' branch: '{branch}' prebuilders: @@ -46,15 +46,46 @@ - jacoco-nojava-workaround - provide-maven-settings: global-settings-file: '{odl-global-settings}' - settings-file: '{yangtools-settings}' + settings-file: '{JENKINS_SETTINGS}' maven: maven-name: '{mvn33}' root-pom: 'POM' - goals: 'MAVEN_GOALS -Dmerge' + goals: 'MAVEN_GOALS -Dmerge -Dstream={stream}' maven-opts: 'MAVEN_OPTS' settings: '{JENKINS_SETTINGS}' global-settings: '{odl-global-settings}' + 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 -Dstream={stream}' + java-opts: + - '-Xmx2g' + settings: '{JENKINS_SETTINGS}' + global-settings: '{odl-global-settings}' + - maven-target: + maven-version: '{mvn33}' + pom: deploy-site.xml + goals: 'site:deploy -Dstream={stream}' + java-opts: + - '-Xmx2g' + settings: '{JENKINS_SETTINGS}' + global-settings: '{odl-global-settings}' reporters: - findbugs @@ -62,7 +93,7 @@ publishers: ARCHIVE_ARTIFACTS - email-notification: - email-prefix: '[PROJECT]' + email-prefix: '[PROJECT_SHORTNAME]' - maven-deploy: id: '' unique-version: true