X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fneutron%2Fneutron.yaml;h=96e247bedff29c540379a1a9273602742271dc8a;hb=9dc535ad1698c4b9a994f3295100f5fe94b2daa9;hp=9a40f2d5511cc6282ed11a84ea161a11ce5903de;hpb=b633ecc9023d0d866fc4194af90e51720d9cd6c8;p=releng%2Fbuilder.git diff --git a/jjb/neutron/neutron.yaml b/jjb/neutron/neutron.yaml index 9a40f2d55..96e247bed 100644 --- a/jjb/neutron/neutron.yaml +++ b/jjb/neutron/neutron.yaml @@ -15,10 +15,10 @@ - 'neutron-clm-{stream}' - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) stream: - - master: + - beryllium: branch: 'master' jdk: openjdk7 jdks: @@ -46,8 +46,8 @@ # The purpose of this job template is to setup a ODL verify job # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: matrix node: matrix_master @@ -94,6 +94,7 @@ builders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround - maven-target: maven-version: '{mvn33}' pom: 'pom.xml' @@ -102,7 +103,6 @@ - '-Xmx1024m -XX:MaxPermSize=256m' settings: '{neutron-settings}' global-settings: '{odl-global-settings}' - - jacoco-nojava-workaround publishers: - findbugs @@ -119,8 +119,8 @@ # and deploy artifacts to Nexus. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_merge @@ -155,6 +155,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -164,9 +165,6 @@ settings: '{neutron-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -188,8 +186,8 @@ # builder and pushes to Sonar analysis. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_verify @@ -222,6 +220,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -231,9 +230,6 @@ settings: '{neutron-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -245,6 +241,10 @@ - job-template: name: 'neutron-distribution-{stream}' + # Required variables: + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) + project-type: maven node: dynamic_merge jdk: '{jdk}' @@ -306,8 +306,8 @@ # is successfully built. # # Required Variables: - # stream: branch with - in place of / (eg. stable-helium) - # branch: branch (eg. stable/helium) + # stream: release stream (eg. stable-lithium or beryllium) + # branch: git branch (eg. stable/lithium or master) project-type: maven node: dynamic_merge @@ -342,6 +342,7 @@ prebuilders: - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -351,9 +352,6 @@ settings: '{neutron-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs @@ -393,6 +391,12 @@ triggers: - timed: 'H H * * *' + - gerrit-trigger-patch-sonar: + name: 'neutron' + + prebuilders: + - wipe-org-opendaylight-repo + - jacoco-nojava-workaround maven: maven-name: '{mvn33}' @@ -402,9 +406,6 @@ settings: '{neutron-settings}' global-settings: '{odl-global-settings}' - postbuilders: - - jacoco-nojava-workaround - reporters: - findbugs