X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb-templates%2Fmerge.yaml;h=c416ea8664659ae0016633c5cf2678e376c3c1fd;hb=59c4af4d0e26c3d74f74a72e19d4eb5c35e5adf8;hp=39dc2d68d8ef7238f4e6e517dc2f72a96aef40b2;hpb=f80c92c8cf0b17d756686691db5e8cbe9bb00b87;p=releng%2Fbuilder.git diff --git a/jjb-templates/merge.yaml b/jjb-templates/merge.yaml index 39dc2d68d..c416ea866 100644 --- a/jjb-templates/merge.yaml +++ b/jjb-templates/merge.yaml @@ -23,6 +23,10 @@ parameters: - project-parameter: project: '{project}' + - gerrit-parameter: + branch: '{branch}' + - gerrit-refspec-parameter: + refspec: 'refs/heads/{branch}' scm: - gerrit-trigger-scm: @@ -37,6 +41,7 @@ - '{ssh-credentials}' triggers: + - timed: 'H H * * 0' - gerrit-trigger-patch-merged: name: 'PROJECT_PATH' branch: '{branch}' @@ -46,15 +51,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 -Djenkins -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